@charset "UTF-8";
@font-face {
  font-family: "Bahnschrift";
  src: url("https://cdn.synthesisvr.com/webhost/fonts/bahnschrift/b.ttf") format("truetype"); }

* {
  font-family: "Bahnschrift"; }

.primary-light {
  color: #DCE3F2 !important; }

.primary-light-bg {
  background: linear-gradient(30deg, #ddecf5, #e5e6f6) !important; }

.primary-blue {
  color: #3ADFFF !important; }

.primary-blue-bg {
  background-color: #3ADFFF !important; }

a.primary-light:hover {
  color: #3ADFFF !important; }

.light-bg {
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)); }

.pink-shadow {
  text-shadow: 1px 1px 0 #FF3ADF; }

.orange, .warning {
  color: #FF6500 !important; }

.danger {
  color: #e14164 !important; }

.danger-bg {
  background: #e14164 !important; }

.default-btn-bg, #sessionInfoContainer, .book-session .comment, .walkin .comment, .session-dialog .comment, .modal-fullscreen .text-box {
  background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)) !important; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px; }
  .darkmode ::-webkit-scrollbar-thumb, .tt-menu ::-webkit-scrollbar-thumb, .dd-options ::-webkit-scrollbar-thumb, .popover ::-webkit-scrollbar-thumb, .station-session-details ::-webkit-scrollbar-thumb, .showSessionOptions ::-webkit-scrollbar-thumb, .alert ::-webkit-scrollbar-thumb, .dropdown-menu ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3) !important; }

::-webkit-scrollbar-track {
  border-radius: 6px; }
  .darkmode ::-webkit-scrollbar-track, .tt-menu ::-webkit-scrollbar-track, .dd-options ::-webkit-scrollbar-track, .popover ::-webkit-scrollbar-track, .station-session-details ::-webkit-scrollbar-track, .showSessionOptions ::-webkit-scrollbar-track, .alert ::-webkit-scrollbar-track, .dropdown-menu ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15); }

body {
  font-family: "Bahnschrift", "Roboto", "Source Sans Pro", Helveitca, Arial, sans-serif;
  color: #303A5B;
  background-color: #303A5B;
  height: 100%;
  overflow: overlay; }

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.page-container {
  height: 100%;
  background-color: #303A5B;
  border-radius: 0;
  padding: 5px 5px 5px 0; }
  @media screen and (max-width: 767px) {
    .page-container {
      padding: 65px 5px 5px 5px; } }
.page-sidebar {
  height: 100%;
  background: none;
  box-shadow: none;
  width: 170px;
  overflow: visible;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .page-sidebar {
      visibility: hidden;
      width: 100vw;
      height: calc(100% - 65px);
      background-color: #303A5B;
      border: 1px solid #303A5B;
      margin-left: -5px; } }
  .page-sidebar * {
    max-width: 100%;
    color: #DCE3F2; }
  .page-sidebar li.active a, .page-sidebar li.active ul {
    color: #DCE3F2 !important;
    background-color: none !important; }
  .page-sidebar li.open {
    background: rgba(170, 130, 255, 0.25);
    background: linear-gradient(90deg, rgba(48, 58, 91, 0) 0%, rgba(170, 130, 255, 0.75) 100%); }
    .page-sidebar li.open span, .page-sidebar li.open I, .page-sidebar li.open svg, .page-sidebar li.open svg path {
      color: #3ADFFF !important; }
      .page-sidebar li.open span:hover, .page-sidebar li.open I:hover, .page-sidebar li.open svg:hover, .page-sidebar li.open svg path:hover {
        color: #3ADFFF !important; }
    .page-sidebar li.open .svg-arcade-icon, .page-sidebar li.open .svg {
      filter: brightness(0) saturate(100%) invert(82%) sepia(17%) saturate(4606%) hue-rotate(155deg) brightness(101%) contrast(101%); }
      .page-sidebar li.open .svg-arcade-icon:hover, .page-sidebar li.open .svg:hover {
        filter: brightness(0) saturate(100%) invert(82%) sepia(17%) saturate(4606%) hue-rotate(155deg) brightness(101%) contrast(101%); }
  .page-sidebar .page-sidebar-wrapper {
    height: calc(100% - 10px) !important;
    padding: 5px 0 5px 0;
    overflow-y: auto !important; }
  .page-sidebar.menu-open {
    visibility: visible !important; }

sidebar-footer-links a:hover {
  color: #3ADFFF !important; }

#main-content {
  height: 100%;
  background: #DCE3F2;
  border-radius: 10px;
  margin-left: 170px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 767px) {
    #main-content {
      margin-left: 0;
      max-width: 100vw; } }
.page-topbar {
  height: 60px;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  border-box: none; }
  @media screen and (max-width: 767px) {
    .page-topbar {
      display: inline-flex !important; } }
.mobile-pagetitle {
  padding-top: 60px;
  margin-top: 0px;
  background: #303A5B;
  border-radius: 0; }
  .mobile-pagetitle h1 {
    text-align: center;
    color: white;
    background-color: #303A5B; }

.main-wrapper {
  height: 100%;
  overflow-y: auto;
  overflow-x: visible; }

#main-menu-wrapper li.active a {
  background-color: none;
  color: #DCE3F2; }

#main-menu-wrapper li a:hover {
  background-color: rgba(58, 223, 255, 0.1); }
  #main-menu-wrapper li a:hover I, #main-menu-wrapper li a:hover span {
    color: white; }

#main-menu-wrapper li.active ul {
  background-color: none;
  padding-bottom: 10px; }

.page-sidebar-wrapper, .ps {
  overflow: scroll !important;
  overflow-x: visible !important; }

.page-sidebar-wrapper::-webkit-scrollbar {
  display: none !important; }

.tab-container.primary .nav-tabs > li > a {
  background: #303A5B;
  border: 1px solid #303A5B; }

.tab-container.primary .nav-tabs > li.active > a {
  font-weight: 400; }

#v4 ul.nav li:not(.active) > a {
  background: #303A5B; }

#main-menu-wrapper li.active .sub-menu .active a, #main-menu-wrapper li.active .sub-menu .active .sub-menu .active a, #main-menu-wrapper li.active .sub-menu .active .sub-menu a:hover, #main-menu-wrapper li.active .sub-menu a.active, #main-menu-wrapper li.active .sub-menu a:hover, #main-menu-wrapper li .sub-menu a:hover {
  background-color: rgba(58, 223, 255, 0.1); }

#main-menu-wrapper li.active a i {
  margin-left: 15px; }

#main-menu-wrapper li.active a .arrow {
  display: none; }

#main-menu-wrapper li a {
  color: white; }

#reloadableContent .btn-walkin-duration i:first-of-type ~ i {
  border-left: none !important; }

body#body_store.arcadeIsOffline .store-primary {
  background: none !important;
  height: 44px !important;
  overflow: hidden; }

body#body_store.arcadeIsOffline .store-primary:after {
  background-color: rgba(0, 0, 0, 0) !important;
  height: 28px !important;
  left: -15px !important;
  top: -5px !important;
  color: #FF6500 !important; }

.visible-xs-flex {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .visible-xs-flex {
      display: flex !important; } }
.flex-desktop {
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex-desktop {
      display: block; } }
.inline-flex {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

.hide-if-empty:empty {
  display: none !important; }

div {
  border-radius: 8px; }

h1 {
  font-size: 24px;
  font-weight: 300; }

h2 {
  font-size: 20px;
  font-weight: 300; }

h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

h4 {
  font-size: 14px;
  font-weight: 500; }

p {
  font-size: 16px;
  font-weight: 300; }

a {
  font-size: 16px;
  font-weight: 300; }

h1, h2, h3, p, a {
  color: #303A5B; }
  h1.darkmode, h1.tt-menu, h1.dd-options, h1.popover, h1.station-session-details, h1.showSessionOptions, h1.alert, h1.dropdown-menu, h2.darkmode, h2.tt-menu, h2.dd-options, h2.popover, h2.station-session-details, h2.showSessionOptions, h2.alert, h2.dropdown-menu, h3.darkmode, h3.tt-menu, h3.dd-options, h3.popover, h3.station-session-details, h3.showSessionOptions, h3.alert, h3.dropdown-menu, p.darkmode, p.tt-menu, p.dd-options, p.popover, p.station-session-details, p.showSessionOptions, p.alert, p.dropdown-menu, a.darkmode, a.tt-menu, a.dd-options, a.popover, a.station-session-details, a.showSessionOptions, a.alert, a.dropdown-menu {
    color: white; }

h1 .material-icons,
h2 .material-icons,
h3 .material-icons {
  vertical-align: top;
  padding: 0px 10px; }

.darkmode, .tt-menu, .dd-options, .popover, .station-session-details, .showSessionOptions, .alert, .dropdown-menu {
  background-color: #303A5B; }
  .darkmode h1, .tt-menu h1, .dd-options h1, .popover h1, .station-session-details h1, .showSessionOptions h1, .alert h1, .dropdown-menu h1, .darkmode h2, .tt-menu h2, .dd-options h2, .popover h2, .station-session-details h2, .showSessionOptions h2, .alert h2, .dropdown-menu h2, .darkmode h3, .tt-menu h3, .dd-options h3, .popover h3, .station-session-details h3, .showSessionOptions h3, .alert h3, .dropdown-menu h3, .darkmode h4, .tt-menu h4, .dd-options h4, .popover h4, .station-session-details h4, .showSessionOptions h4, .alert h4, .dropdown-menu h4, .darkmode h5, .tt-menu h5, .dd-options h5, .popover h5, .station-session-details h5, .showSessionOptions h5, .alert h5, .dropdown-menu h5, .darkmode p, .tt-menu p, .dd-options p, .popover p, .station-session-details p, .showSessionOptions p, .alert p, .dropdown-menu p, .darkmode a, .tt-menu a, .dd-options a, .popover a, .station-session-details a, .showSessionOptions a, .alert a, .dropdown-menu a, .darkmode I, .tt-menu I, .dd-options I, .popover I, .station-session-details I, .showSessionOptions I, .alert I, .dropdown-menu I, .darkmode span, .tt-menu span, .dd-options span, .popover span, .station-session-details span, .showSessionOptions span, .alert span, .dropdown-menu span {
    color: white; }
  .darkmode a:hover, .tt-menu a:hover, .dd-options a:hover, .popover a:hover, .station-session-details a:hover, .showSessionOptions a:hover, .alert a:hover, .dropdown-menu a:hover {
    color: #3ADFFF; }
    .darkmode a:hover I, .tt-menu a:hover I, .dd-options a:hover I, .popover a:hover I, .station-session-details a:hover I, .showSessionOptions a:hover I, .alert a:hover I, .dropdown-menu a:hover I {
      color: #3ADFFF; }
    .darkmode a:hover li.disabled, .tt-menu a:hover li.disabled, .dd-options a:hover li.disabled, .popover a:hover li.disabled, .station-session-details a:hover li.disabled, .showSessionOptions a:hover li.disabled, .alert a:hover li.disabled, .dropdown-menu a:hover li.disabled, .darkmode a:hover li.disabled a, .tt-menu a:hover li.disabled a, .dd-options a:hover li.disabled a, .popover a:hover li.disabled a, .station-session-details a:hover li.disabled a, .showSessionOptions a:hover li.disabled a, .alert a:hover li.disabled a, .dropdown-menu a:hover li.disabled a {
      color: white !important; }

.truncate, .timeline-container .device-battery, .bootstrap-select .filter-option .filter-option-inner-inner, .promote-games .scroller .promoted-game > div h1, .dropdown button span.translated, .dropdown button {
  white-space: nowrap !important;
  overflow: hidden  !important;
  text-overflow: ellipsis  !important; }

.truncate-2nd, .dd-options .dd-option label, .promote-games .scroller .promoted-game > div p, .dd-select .dd-selected-text, .btn span.translated, .exptype span.translated {
  overflow: hidden  !important;
  text-overflow: ellipsis  !important;
  display: -webkit-box;
  -webkit-line-clamp: 2  !important;
  -webkit-box-orient: vertical  !important; }

label, .label {
  font-weight: 400;
  font-size: 0.8em;
  min-height: 22px;
  color: #303A5B;
  border: none !important;
  margin: 1px; }
  label i, label span, .label i, .label span {
    color: #303A5B; }

input {
  -webkit-appearance: searchfield; }
  input::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button; }

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 12px;
  width: 12px;
  margin-right: 6px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 12px 12px; }

.well {
  border-radius: 8px; }
  .well.darkmode, .well.tt-menu, .well.dd-options, .well.popover, .well.station-session-details, .well.showSessionOptions, .well.alert, .well.dropdown-menu {
    background: linear-gradient(180deg, rgba(58, 223, 255, 0.16) 0%, rgba(143, 137, 227, 0) 51.81%, rgba(228, 50, 199, 0.12) 100%), #303A5B; }
  .well.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); }
  .well.flex-well {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align_content: flex-start;
    gap: 10px; }
  .well .well-component {
    padding: 7px; }
    .well .well-component > * {
      width: 100%; }
    .well .well-component .btn-block, .well .well-component .dropdown li .btn, .well .well-component .dropdown li .exptype, .dropdown li .well .well-component .btn, .dropdown li .well .well-component .exptype {
      justify-content: center; }
  .well.inline-flex-well {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .well.inline-flex-well {
        flex-wrap: wrap; } }
  .well h1, .well h2, .well h3 {
    margin: 0 10px 0 0;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .well h1, .well h2, .well h3 {
        text-align: center; } }
  .well.row {
    margin: 0;
    gap: 10px 0; }

#control-panel:empty {
  display: none; }

.btn, .exptype {
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 24px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 8px;
  white-space: normal;
  text-align: left;
  max-width: 100%; }
  .btn.btn-icon, .btn-icon.exptype {
    color: #303A5B; }
    .darkmode .btn.btn-icon, .tt-menu .btn.btn-icon, .dd-options .btn.btn-icon, .popover .btn.btn-icon, .station-session-details .btn.btn-icon, .showSessionOptions .btn.btn-icon, .darkmode .btn-icon.exptype, .tt-menu .btn-icon.exptype, .dd-options .btn-icon.exptype, .popover .btn-icon.exptype, .station-session-details .btn-icon.exptype, .showSessionOptions .btn-icon.exptype, .alert .btn.btn-icon, .alert .btn-icon.exptype, .dropdown-menu .btn.btn-icon, .dropdown-menu .btn-icon.exptype {
      color: white; }
  .btn.btn-xs, .btn-xs.exptype {
    gap: 3px;
    padding: 2px 9px;
    line-height: 1.5em; }
    .btn.btn-xs I, .btn-xs.exptype I, .btn.btn-xs .material-icons, .btn-xs.exptype .material-icons {
      font-size: 18px; }
  .btn.btn-sm, .btn-sm.exptype {
    gap: 5px;
    line-height: 15px; }
    .btn.btn-sm I, .btn-sm.exptype I, .btn.btn-sm .material-icons, .btn-sm.exptype .material-icons {
      font-size: 20px; }
  .btn.btn-lg, .btn-lg.exptype {
    font-size: 16px;
    padding: 9px 21px;
    gap: 16px; }
    .btn.btn-lg I, .btn-lg.exptype I {
      font-size: 30px; }
  .btn.btn-big, .btn-big.exptype {
    flex-direction: column; }
    .btn.btn-big i, .btn-big.exptype i, .btn.btn-big .material-icons, .btn-big.exptype .material-icons {
      padding-top: 8px; }
    .btn.btn-big .svg-arcade-icon, .btn-big.exptype .svg-arcade-icon {
      margin: 4px auto; }
  .btn.btn-link, .btn-link.exptype {
    text-decoration: underline;
    color: #303A5B; }
    .darkmode .btn.btn-link, .tt-menu .btn.btn-link, .dd-options .btn.btn-link, .popover .btn.btn-link, .station-session-details .btn.btn-link, .showSessionOptions .btn.btn-link, .darkmode .btn-link.exptype, .tt-menu .btn-link.exptype, .dd-options .btn-link.exptype, .popover .btn-link.exptype, .station-session-details .btn-link.exptype, .showSessionOptions .btn-link.exptype, .alert .btn.btn-link, .alert .btn-link.exptype, .dropdown-menu .btn.btn-link, .dropdown-menu .btn-link.exptype {
      color: #3ADFFF; }
  .btn.btn-block, .btn-block.exptype, .dropdown li .btn, .dropdown li .exptype {
    max-width: none;
    width: 100%; }
  .btn.btn-center, .btn-center.exptype {
    justify-content: center; }
  @media screen and (max-width: 767px) {
    .btn.btn-block-mobile, .btn-block-mobile.exptype {
      max-width: 100% !important;
      width: 100%  !important;
      justify-content: center; } }
  .btn.btn-default, .btn.btn-select, .updateSection > div button.btn.btn-danger, .availableSessionsNew .btn.option, .btn-default.exptype, .exptype.btn-select, .updateSection > div button.exptype.btn-danger, .availableSessionsNew .exptype.option, .alert .btn, .alert .exptype, .btn.btn-secondary, .btn-secondary.exptype, .btn.btn-purple, .btn-purple.exptype {
    box-shadow: -2px 2px 2px #90a5e9; }
    .btn.btn-default.btn-sm, .btn.btn-sm.btn-select, .updateSection > div button.btn.btn-sm.btn-danger, .availableSessionsNew .btn.btn-sm.option, .btn-default.btn-sm.exptype, .btn-sm.exptype.btn-select, .updateSection > div button.btn-sm.exptype.btn-danger, .availableSessionsNew .btn-sm.exptype.option, .alert .btn.btn-sm, .alert .btn-sm.exptype, .btn.btn-default.btn-xs, .btn.btn-xs.btn-select, .updateSection > div button.btn.btn-xs.btn-danger, .availableSessionsNew .btn.btn-xs.option, .btn-default.btn-xs.exptype, .btn-xs.exptype.btn-select, .updateSection > div button.btn-xs.exptype.btn-danger, .availableSessionsNew .btn-xs.exptype.option, .alert .btn.btn-xs, .alert .btn-xs.exptype, .btn.btn-secondary.btn-sm, .btn-secondary.btn-sm.exptype, .btn.btn-secondary.btn-xs, .btn-secondary.btn-xs.exptype, .btn.btn-purple.btn-sm, .btn-purple.btn-sm.exptype, .btn.btn-purple.btn-xs, .btn-purple.btn-xs.exptype {
      box-shadow: -1px 1px 1px 1px #90a5e9; }
  .btn.btn-primary, #v4 .btn.btn-primary, #v4 .availableSessionsNew .btn.option.selected, .availableSessionsNew #v4 .btn.option.selected, .availableSessionsNew .btn.option.selected, .btn-primary.exptype, #v4 .exptype.btn-primary, #v4 .availableSessionsNew .exptype.option.selected, .availableSessionsNew #v4 .exptype.option.selected, .availableSessionsNew .exptype.option.selected, .btn.btn-accent, .btn-accent.exptype {
    box-shadow: -2px 2px 2px #90a5e9; }
    .btn.btn-primary.btn-sm, #v4 .btn.btn-sm.btn-primary, #v4 .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew .btn.btn-sm.option.selected, .btn-primary.btn-sm.exptype, #v4 .btn-sm.exptype.btn-primary, #v4 .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew .btn-sm.exptype.option.selected, .btn.btn-primary.btn-xs, #v4 .btn.btn-xs.btn-primary, #v4 .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew .btn.btn-xs.option.selected, .btn-primary.btn-xs.exptype, #v4 .btn-xs.exptype.btn-primary, #v4 .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew .btn-xs.exptype.option.selected, .btn.btn-accent.btn-sm, .btn-accent.btn-sm.exptype, .btn.btn-accent.btn-xs, .btn-accent.btn-xs.exptype {
      box-shadow: -1px 1px 1px 1px #90a5e9; }
  .btn.btn-success, .btn-success.exptype {
    box-shadow: -2px 2px 2px #00b8da; }
    .btn.btn-success.btn-sm, .btn-success.btn-sm.exptype, .btn.btn-success.btn-xs, .btn-success.btn-xs.exptype {
      box-shadow: -1px 1px 1px 1px  #00b8da; }
  .btn.btn-warning, .btn-warning.exptype {
    box-shadow: -2px 2px 2px #ffa3a3; }
    .btn.btn-warning.btn-sm, .btn-warning.btn-sm.exptype, .btn.btn-warning.btn-xs, .btn-warning.btn-xs.exptype {
      box-shadow: -1px 1px 1px 1px #ffa3a3; }
  .btn.btn-danger, .btn-danger.exptype {
    box-shadow: -2px 2px 2px #d3524f; }
    .btn.btn-danger.btn-sm, .btn-danger.btn-sm.exptype, .btn.btn-danger.btn-xs, .btn-danger.btn-xs.exptype {
      box-shadow: -1px 1px 1px 1px #d3524f; }
  .darkmode .btn, .tt-menu .btn, .dd-options .btn, .popover .btn, .station-session-details .btn, .showSessionOptions .btn, .darkmode .exptype, .tt-menu .exptype, .dd-options .exptype, .popover .exptype, .station-session-details .exptype, .showSessionOptions .exptype, .alert .btn, .alert .exptype, .dropdown-menu .btn, .dropdown-menu .exptype {
    box-shadow: none !important; }
  .btn.btn-transparent, .btn-transparent.exptype, .btn.btn-blank, .btn-blank.exptype {
    background: none;
    box-shadow: none; }
    .darkmode .btn.btn-transparent, .tt-menu .btn.btn-transparent, .dd-options .btn.btn-transparent, .popover .btn.btn-transparent, .station-session-details .btn.btn-transparent, .showSessionOptions .btn.btn-transparent, .darkmode .btn-transparent.exptype, .tt-menu .btn-transparent.exptype, .dd-options .btn-transparent.exptype, .popover .btn-transparent.exptype, .station-session-details .btn-transparent.exptype, .showSessionOptions .btn-transparent.exptype, .alert .btn.btn-transparent, .alert .btn-transparent.exptype, .dropdown-menu .btn.btn-transparent, .dropdown-menu .btn-transparent.exptype, .darkmode .btn.btn-blank, .tt-menu .btn.btn-blank, .dd-options .btn.btn-blank, .popover .btn.btn-blank, .station-session-details .btn.btn-blank, .showSessionOptions .btn.btn-blank, .darkmode .btn-blank.exptype, .tt-menu .btn-blank.exptype, .dd-options .btn-blank.exptype, .popover .btn-blank.exptype, .station-session-details .btn-blank.exptype, .showSessionOptions .btn-blank.exptype, .alert .btn.btn-blank, .alert .btn-blank.exptype, .dropdown-menu .btn.btn-blank, .dropdown-menu .btn-blank.exptype {
      color: #3ADFFF; }
      .darkmode .btn.btn-transparent I, .tt-menu .btn.btn-transparent I, .dd-options .btn.btn-transparent I, .popover .btn.btn-transparent I, .station-session-details .btn.btn-transparent I, .showSessionOptions .btn.btn-transparent I, .darkmode .btn-transparent.exptype I, .tt-menu .btn-transparent.exptype I, .dd-options .btn-transparent.exptype I, .popover .btn-transparent.exptype I, .station-session-details .btn-transparent.exptype I, .showSessionOptions .btn-transparent.exptype I, .alert .btn.btn-transparent I, .alert .btn-transparent.exptype I, .dropdown-menu .btn.btn-transparent I, .dropdown-menu .btn-transparent.exptype I, .darkmode .btn.btn-transparent span, .tt-menu .btn.btn-transparent span, .dd-options .btn.btn-transparent span, .popover .btn.btn-transparent span, .station-session-details .btn.btn-transparent span, .showSessionOptions .btn.btn-transparent span, .darkmode .btn-transparent.exptype span, .tt-menu .btn-transparent.exptype span, .dd-options .btn-transparent.exptype span, .popover .btn-transparent.exptype span, .station-session-details .btn-transparent.exptype span, .showSessionOptions .btn-transparent.exptype span, .alert .btn.btn-transparent span, .alert .btn-transparent.exptype span, .dropdown-menu .btn.btn-transparent span, .dropdown-menu .btn-transparent.exptype span, .darkmode .btn.btn-blank I, .tt-menu .btn.btn-blank I, .dd-options .btn.btn-blank I, .popover .btn.btn-blank I, .station-session-details .btn.btn-blank I, .showSessionOptions .btn.btn-blank I, .darkmode .btn-blank.exptype I, .tt-menu .btn-blank.exptype I, .dd-options .btn-blank.exptype I, .popover .btn-blank.exptype I, .station-session-details .btn-blank.exptype I, .showSessionOptions .btn-blank.exptype I, .alert .btn.btn-blank I, .alert .btn-blank.exptype I, .dropdown-menu .btn.btn-blank I, .dropdown-menu .btn-blank.exptype I, .darkmode .btn.btn-blank span, .tt-menu .btn.btn-blank span, .dd-options .btn.btn-blank span, .popover .btn.btn-blank span, .station-session-details .btn.btn-blank span, .showSessionOptions .btn.btn-blank span, .darkmode .btn-blank.exptype span, .tt-menu .btn-blank.exptype span, .dd-options .btn-blank.exptype span, .popover .btn-blank.exptype span, .station-session-details .btn-blank.exptype span, .showSessionOptions .btn-blank.exptype span, .alert .btn.btn-blank span, .alert .btn-blank.exptype span, .dropdown-menu .btn.btn-blank span, .dropdown-menu .btn-blank.exptype span {
        color: #3ADFFF; }
    .btn.btn-transparent.btn-danger, .btn-transparent.btn-danger.exptype, .btn.btn-blank.btn-danger, .btn-blank.btn-danger.exptype {
      color: #e14164 !important; }
    .btn.btn-transparent.active, .btn-transparent.active.exptype, .btn.btn-blank.active, .btn-blank.active.exptype {
      background: rgba(170, 130, 255, 0.4);
      box-shadow: none; }
    .btn.btn-transparent.btn-default, .btn-transparent.btn-select, .updateSection > div button.btn-transparent.btn-danger, .availableSessionsNew .btn-transparent.option, .btn-transparent.btn-default.exptype, .alert .btn-transparent.btn, .alert .btn-transparent.exptype, .btn.btn-blank.btn-default, .btn-blank.btn-select, .updateSection > div button.btn-blank.btn-danger, .availableSessionsNew .btn-blank.option, .btn-blank.btn-default.exptype, .alert .btn-blank.btn, .alert .btn-blank.exptype {
      background: none !important;
      color: #303A5B; }
      .darkmode .btn.btn-transparent.btn-default, .tt-menu .btn.btn-transparent.btn-default, .dd-options .btn.btn-transparent.btn-default, .popover .btn.btn-transparent.btn-default, .darkmode .btn-transparent.btn-select, .tt-menu .btn-transparent.btn-select, .dd-options .btn-transparent.btn-select, .popover .btn-transparent.btn-select, .darkmode .updateSection > div button.btn-transparent.btn-danger, .tt-menu .updateSection > div button.btn-transparent.btn-danger, .dd-options .updateSection > div button.btn-transparent.btn-danger, .popover .updateSection > div button.btn-transparent.btn-danger, .updateSection > div .darkmode button.btn-transparent.btn-danger, .updateSection > div .tt-menu button.btn-transparent.btn-danger, .updateSection > div .dd-options button.btn-transparent.btn-danger, .updateSection > div .popover button.btn-transparent.btn-danger, .darkmode .availableSessionsNew .btn-transparent.option, .tt-menu .availableSessionsNew .btn-transparent.option, .dd-options .availableSessionsNew .btn-transparent.option, .popover .availableSessionsNew .btn-transparent.option, .availableSessionsNew .darkmode .btn-transparent.option, .availableSessionsNew .tt-menu .btn-transparent.option, .availableSessionsNew .dd-options .btn-transparent.option, .availableSessionsNew .popover .btn-transparent.option, .station-session-details .btn.btn-transparent.btn-default, .station-session-details .btn-transparent.btn-select, .station-session-details .updateSection > div button.btn-transparent.btn-danger, .updateSection > div .station-session-details button.btn-transparent.btn-danger, .station-session-details .availableSessionsNew .btn-transparent.option, .availableSessionsNew .station-session-details .btn-transparent.option, .showSessionOptions .btn.btn-transparent.btn-default, .showSessionOptions .btn-transparent.btn-select, .showSessionOptions .updateSection > div button.btn-transparent.btn-danger, .updateSection > div .showSessionOptions button.btn-transparent.btn-danger, .showSessionOptions .availableSessionsNew .btn-transparent.option, .availableSessionsNew .showSessionOptions .btn-transparent.option, .darkmode .btn-transparent.btn-default.exptype, .tt-menu .btn-transparent.btn-default.exptype, .dd-options .btn-transparent.btn-default.exptype, .popover .btn-transparent.btn-default.exptype, .station-session-details .btn-transparent.btn-default.exptype, .showSessionOptions .btn-transparent.btn-default.exptype, .alert .btn-transparent.btn, .alert .btn-transparent.exptype, .dropdown-menu .btn.btn-transparent.btn-default, .dropdown-menu .btn-transparent.btn-select, .dropdown-menu .updateSection > div button.btn-transparent.btn-danger, .updateSection > div .dropdown-menu button.btn-transparent.btn-danger, .dropdown-menu .availableSessionsNew .btn-transparent.option, .availableSessionsNew .dropdown-menu .btn-transparent.option, .dropdown-menu .btn-transparent.btn-default.exptype, .darkmode .btn.btn-blank.btn-default, .tt-menu .btn.btn-blank.btn-default, .dd-options .btn.btn-blank.btn-default, .popover .btn.btn-blank.btn-default, .darkmode .btn-blank.btn-select, .tt-menu .btn-blank.btn-select, .dd-options .btn-blank.btn-select, .popover .btn-blank.btn-select, .darkmode .updateSection > div button.btn-blank.btn-danger, .tt-menu .updateSection > div button.btn-blank.btn-danger, .dd-options .updateSection > div button.btn-blank.btn-danger, .popover .updateSection > div button.btn-blank.btn-danger, .updateSection > div .darkmode button.btn-blank.btn-danger, .updateSection > div .tt-menu button.btn-blank.btn-danger, .updateSection > div .dd-options button.btn-blank.btn-danger, .updateSection > div .popover button.btn-blank.btn-danger, .darkmode .availableSessionsNew .btn-blank.option, .tt-menu .availableSessionsNew .btn-blank.option, .dd-options .availableSessionsNew .btn-blank.option, .popover .availableSessionsNew .btn-blank.option, .availableSessionsNew .darkmode .btn-blank.option, .availableSessionsNew .tt-menu .btn-blank.option, .availableSessionsNew .dd-options .btn-blank.option, .availableSessionsNew .popover .btn-blank.option, .station-session-details .btn.btn-blank.btn-default, .station-session-details .btn-blank.btn-select, .station-session-details .updateSection > div button.btn-blank.btn-danger, .updateSection > div .station-session-details button.btn-blank.btn-danger, .station-session-details .availableSessionsNew .btn-blank.option, .availableSessionsNew .station-session-details .btn-blank.option, .showSessionOptions .btn.btn-blank.btn-default, .showSessionOptions .btn-blank.btn-select, .showSessionOptions .updateSection > div button.btn-blank.btn-danger, .updateSection > div .showSessionOptions button.btn-blank.btn-danger, .showSessionOptions .availableSessionsNew .btn-blank.option, .availableSessionsNew .showSessionOptions .btn-blank.option, .darkmode .btn-blank.btn-default.exptype, .tt-menu .btn-blank.btn-default.exptype, .dd-options .btn-blank.btn-default.exptype, .popover .btn-blank.btn-default.exptype, .station-session-details .btn-blank.btn-default.exptype, .showSessionOptions .btn-blank.btn-default.exptype, .alert .btn-blank.btn, .alert .btn-blank.exptype, .dropdown-menu .btn.btn-blank.btn-default, .dropdown-menu .btn-blank.btn-select, .dropdown-menu .updateSection > div button.btn-blank.btn-danger, .updateSection > div .dropdown-menu button.btn-blank.btn-danger, .dropdown-menu .availableSessionsNew .btn-blank.option, .availableSessionsNew .dropdown-menu .btn-blank.option, .dropdown-menu .btn-blank.btn-default.exptype {
        color: white; }
        .darkmode .btn.btn-transparent.btn-default i, .tt-menu .btn.btn-transparent.btn-default i, .dd-options .btn.btn-transparent.btn-default i, .popover .btn.btn-transparent.btn-default i, .darkmode .btn-transparent.btn-select i, .tt-menu .btn-transparent.btn-select i, .dd-options .btn-transparent.btn-select i, .popover .btn-transparent.btn-select i, .darkmode .updateSection > div button.btn-transparent.btn-danger i, .tt-menu .updateSection > div button.btn-transparent.btn-danger i, .dd-options .updateSection > div button.btn-transparent.btn-danger i, .popover .updateSection > div button.btn-transparent.btn-danger i, .updateSection > div .darkmode button.btn-transparent.btn-danger i, .updateSection > div .tt-menu button.btn-transparent.btn-danger i, .updateSection > div .dd-options button.btn-transparent.btn-danger i, .updateSection > div .popover button.btn-transparent.btn-danger i, .darkmode .availableSessionsNew .btn-transparent.option i, .tt-menu .availableSessionsNew .btn-transparent.option i, .dd-options .availableSessionsNew .btn-transparent.option i, .popover .availableSessionsNew .btn-transparent.option i, .availableSessionsNew .darkmode .btn-transparent.option i, .availableSessionsNew .tt-menu .btn-transparent.option i, .availableSessionsNew .dd-options .btn-transparent.option i, .availableSessionsNew .popover .btn-transparent.option i, .station-session-details .btn.btn-transparent.btn-default i, .station-session-details .btn-transparent.btn-select i, .station-session-details .updateSection > div button.btn-transparent.btn-danger i, .updateSection > div .station-session-details button.btn-transparent.btn-danger i, .station-session-details .availableSessionsNew .btn-transparent.option i, .availableSessionsNew .station-session-details .btn-transparent.option i, .showSessionOptions .btn.btn-transparent.btn-default i, .showSessionOptions .btn-transparent.btn-select i, .showSessionOptions .updateSection > div button.btn-transparent.btn-danger i, .updateSection > div .showSessionOptions button.btn-transparent.btn-danger i, .showSessionOptions .availableSessionsNew .btn-transparent.option i, .availableSessionsNew .showSessionOptions .btn-transparent.option i, .darkmode .btn-transparent.btn-default.exptype i, .tt-menu .btn-transparent.btn-default.exptype i, .dd-options .btn-transparent.btn-default.exptype i, .popover .btn-transparent.btn-default.exptype i, .darkmode .btn-transparent.exptype.btn-select i, .tt-menu .btn-transparent.exptype.btn-select i, .dd-options .btn-transparent.exptype.btn-select i, .popover .btn-transparent.exptype.btn-select i, .darkmode .updateSection > div button.btn-transparent.exptype.btn-danger i, .tt-menu .updateSection > div button.btn-transparent.exptype.btn-danger i, .dd-options .updateSection > div button.btn-transparent.exptype.btn-danger i, .popover .updateSection > div button.btn-transparent.exptype.btn-danger i, .updateSection > div .darkmode button.btn-transparent.exptype.btn-danger i, .updateSection > div .tt-menu button.btn-transparent.exptype.btn-danger i, .updateSection > div .dd-options button.btn-transparent.exptype.btn-danger i, .updateSection > div .popover button.btn-transparent.exptype.btn-danger i, .darkmode .availableSessionsNew .btn-transparent.exptype.option i, .tt-menu .availableSessionsNew .btn-transparent.exptype.option i, .dd-options .availableSessionsNew .btn-transparent.exptype.option i, .popover .availableSessionsNew .btn-transparent.exptype.option i, .availableSessionsNew .darkmode .btn-transparent.exptype.option i, .availableSessionsNew .tt-menu .btn-transparent.exptype.option i, .availableSessionsNew .dd-options .btn-transparent.exptype.option i, .availableSessionsNew .popover .btn-transparent.exptype.option i, .station-session-details .btn-transparent.btn-default.exptype i, .station-session-details .btn-transparent.exptype.btn-select i, .station-session-details .updateSection > div button.btn-transparent.exptype.btn-danger i, .updateSection > div .station-session-details button.btn-transparent.exptype.btn-danger i, .station-session-details .availableSessionsNew .btn-transparent.exptype.option i, .availableSessionsNew .station-session-details .btn-transparent.exptype.option i, .showSessionOptions .btn-transparent.btn-default.exptype i, .showSessionOptions .btn-transparent.exptype.btn-select i, .showSessionOptions .updateSection > div button.btn-transparent.exptype.btn-danger i, .updateSection > div .showSessionOptions button.btn-transparent.exptype.btn-danger i, .showSessionOptions .availableSessionsNew .btn-transparent.exptype.option i, .availableSessionsNew .showSessionOptions .btn-transparent.exptype.option i, .alert .btn-transparent.btn i, .alert .btn-transparent.exptype i, .dropdown-menu .btn.btn-transparent.btn-default i, .dropdown-menu .btn-transparent.btn-select i, .dropdown-menu .updateSection > div button.btn-transparent.btn-danger i, .updateSection > div .dropdown-menu button.btn-transparent.btn-danger i, .dropdown-menu .availableSessionsNew .btn-transparent.option i, .availableSessionsNew .dropdown-menu .btn-transparent.option i, .dropdown-menu .btn-transparent.btn-default.exptype i, .dropdown-menu .btn-transparent.exptype.btn-select i, .dropdown-menu .updateSection > div button.btn-transparent.exptype.btn-danger i, .updateSection > div .dropdown-menu button.btn-transparent.exptype.btn-danger i, .dropdown-menu .availableSessionsNew .btn-transparent.exptype.option i, .availableSessionsNew .dropdown-menu .btn-transparent.exptype.option i, .darkmode .btn.btn-transparent.btn-default span, .tt-menu .btn.btn-transparent.btn-default span, .dd-options .btn.btn-transparent.btn-default span, .popover .btn.btn-transparent.btn-default span, .darkmode .btn-transparent.btn-select span, .tt-menu .btn-transparent.btn-select span, .dd-options .btn-transparent.btn-select span, .popover .btn-transparent.btn-select span, .darkmode .updateSection > div button.btn-transparent.btn-danger span, .tt-menu .updateSection > div button.btn-transparent.btn-danger span, .dd-options .updateSection > div button.btn-transparent.btn-danger span, .popover .updateSection > div button.btn-transparent.btn-danger span, .updateSection > div .darkmode button.btn-transparent.btn-danger span, .updateSection > div .tt-menu button.btn-transparent.btn-danger span, .updateSection > div .dd-options button.btn-transparent.btn-danger span, .updateSection > div .popover button.btn-transparent.btn-danger span, .darkmode .availableSessionsNew .btn-transparent.option span, .tt-menu .availableSessionsNew .btn-transparent.option span, .dd-options .availableSessionsNew .btn-transparent.option span, .popover .availableSessionsNew .btn-transparent.option span, .availableSessionsNew .darkmode .btn-transparent.option span, .availableSessionsNew .tt-menu .btn-transparent.option span, .availableSessionsNew .dd-options .btn-transparent.option span, .availableSessionsNew .popover .btn-transparent.option span, .station-session-details .btn.btn-transparent.btn-default span, .station-session-details .btn-transparent.btn-select span, .station-session-details .updateSection > div button.btn-transparent.btn-danger span, .updateSection > div .station-session-details button.btn-transparent.btn-danger span, .station-session-details .availableSessionsNew .btn-transparent.option span, .availableSessionsNew .station-session-details .btn-transparent.option span, .showSessionOptions .btn.btn-transparent.btn-default span, .showSessionOptions .btn-transparent.btn-select span, .showSessionOptions .updateSection > div button.btn-transparent.btn-danger span, .updateSection > div .showSessionOptions button.btn-transparent.btn-danger span, .showSessionOptions .availableSessionsNew .btn-transparent.option span, .availableSessionsNew .showSessionOptions .btn-transparent.option span, .darkmode .btn-transparent.btn-default.exptype span, .tt-menu .btn-transparent.btn-default.exptype span, .dd-options .btn-transparent.btn-default.exptype span, .popover .btn-transparent.btn-default.exptype span, .darkmode .btn-transparent.exptype.btn-select span, .tt-menu .btn-transparent.exptype.btn-select span, .dd-options .btn-transparent.exptype.btn-select span, .popover .btn-transparent.exptype.btn-select span, .darkmode .updateSection > div button.btn-transparent.exptype.btn-danger span, .tt-menu .updateSection > div button.btn-transparent.exptype.btn-danger span, .dd-options .updateSection > div button.btn-transparent.exptype.btn-danger span, .popover .updateSection > div button.btn-transparent.exptype.btn-danger span, .updateSection > div .darkmode button.btn-transparent.exptype.btn-danger span, .updateSection > div .tt-menu button.btn-transparent.exptype.btn-danger span, .updateSection > div .dd-options button.btn-transparent.exptype.btn-danger span, .updateSection > div .popover button.btn-transparent.exptype.btn-danger span, .darkmode .availableSessionsNew .btn-transparent.exptype.option span, .tt-menu .availableSessionsNew .btn-transparent.exptype.option span, .dd-options .availableSessionsNew .btn-transparent.exptype.option span, .popover .availableSessionsNew .btn-transparent.exptype.option span, .availableSessionsNew .darkmode .btn-transparent.exptype.option span, .availableSessionsNew .tt-menu .btn-transparent.exptype.option span, .availableSessionsNew .dd-options .btn-transparent.exptype.option span, .availableSessionsNew .popover .btn-transparent.exptype.option span, .station-session-details .btn-transparent.btn-default.exptype span, .station-session-details .btn-transparent.exptype.btn-select span, .station-session-details .updateSection > div button.btn-transparent.exptype.btn-danger span, .updateSection > div .station-session-details button.btn-transparent.exptype.btn-danger span, .station-session-details .availableSessionsNew .btn-transparent.exptype.option span, .availableSessionsNew .station-session-details .btn-transparent.exptype.option span, .showSessionOptions .btn-transparent.btn-default.exptype span, .showSessionOptions .btn-transparent.exptype.btn-select span, .showSessionOptions .updateSection > div button.btn-transparent.exptype.btn-danger span, .updateSection > div .showSessionOptions button.btn-transparent.exptype.btn-danger span, .showSessionOptions .availableSessionsNew .btn-transparent.exptype.option span, .availableSessionsNew .showSessionOptions .btn-transparent.exptype.option span, .alert .btn-transparent.btn span, .alert .btn-transparent.exptype span, .dropdown-menu .btn.btn-transparent.btn-default span, .dropdown-menu .btn-transparent.btn-select span, .dropdown-menu .updateSection > div button.btn-transparent.btn-danger span, .updateSection > div .dropdown-menu button.btn-transparent.btn-danger span, .dropdown-menu .availableSessionsNew .btn-transparent.option span, .availableSessionsNew .dropdown-menu .btn-transparent.option span, .dropdown-menu .btn-transparent.btn-default.exptype span, .dropdown-menu .btn-transparent.exptype.btn-select span, .dropdown-menu .updateSection > div button.btn-transparent.exptype.btn-danger span, .updateSection > div .dropdown-menu button.btn-transparent.exptype.btn-danger span, .dropdown-menu .availableSessionsNew .btn-transparent.exptype.option span, .availableSessionsNew .dropdown-menu .btn-transparent.exptype.option span, .darkmode .btn.btn-blank.btn-default i, .tt-menu .btn.btn-blank.btn-default i, .dd-options .btn.btn-blank.btn-default i, .popover .btn.btn-blank.btn-default i, .darkmode .btn-blank.btn-select i, .tt-menu .btn-blank.btn-select i, .dd-options .btn-blank.btn-select i, .popover .btn-blank.btn-select i, .darkmode .updateSection > div button.btn-blank.btn-danger i, .tt-menu .updateSection > div button.btn-blank.btn-danger i, .dd-options .updateSection > div button.btn-blank.btn-danger i, .popover .updateSection > div button.btn-blank.btn-danger i, .updateSection > div .darkmode button.btn-blank.btn-danger i, .updateSection > div .tt-menu button.btn-blank.btn-danger i, .updateSection > div .dd-options button.btn-blank.btn-danger i, .updateSection > div .popover button.btn-blank.btn-danger i, .darkmode .availableSessionsNew .btn-blank.option i, .tt-menu .availableSessionsNew .btn-blank.option i, .dd-options .availableSessionsNew .btn-blank.option i, .popover .availableSessionsNew .btn-blank.option i, .availableSessionsNew .darkmode .btn-blank.option i, .availableSessionsNew .tt-menu .btn-blank.option i, .availableSessionsNew .dd-options .btn-blank.option i, .availableSessionsNew .popover .btn-blank.option i, .station-session-details .btn.btn-blank.btn-default i, .station-session-details .btn-blank.btn-select i, .station-session-details .updateSection > div button.btn-blank.btn-danger i, .updateSection > div .station-session-details button.btn-blank.btn-danger i, .station-session-details .availableSessionsNew .btn-blank.option i, .availableSessionsNew .station-session-details .btn-blank.option i, .showSessionOptions .btn.btn-blank.btn-default i, .showSessionOptions .btn-blank.btn-select i, .showSessionOptions .updateSection > div button.btn-blank.btn-danger i, .updateSection > div .showSessionOptions button.btn-blank.btn-danger i, .showSessionOptions .availableSessionsNew .btn-blank.option i, .availableSessionsNew .showSessionOptions .btn-blank.option i, .darkmode .btn-blank.btn-default.exptype i, .tt-menu .btn-blank.btn-default.exptype i, .dd-options .btn-blank.btn-default.exptype i, .popover .btn-blank.btn-default.exptype i, .darkmode .btn-blank.exptype.btn-select i, .tt-menu .btn-blank.exptype.btn-select i, .dd-options .btn-blank.exptype.btn-select i, .popover .btn-blank.exptype.btn-select i, .darkmode .updateSection > div button.btn-blank.exptype.btn-danger i, .tt-menu .updateSection > div button.btn-blank.exptype.btn-danger i, .dd-options .updateSection > div button.btn-blank.exptype.btn-danger i, .popover .updateSection > div button.btn-blank.exptype.btn-danger i, .updateSection > div .darkmode button.btn-blank.exptype.btn-danger i, .updateSection > div .tt-menu button.btn-blank.exptype.btn-danger i, .updateSection > div .dd-options button.btn-blank.exptype.btn-danger i, .updateSection > div .popover button.btn-blank.exptype.btn-danger i, .darkmode .availableSessionsNew .btn-blank.exptype.option i, .tt-menu .availableSessionsNew .btn-blank.exptype.option i, .dd-options .availableSessionsNew .btn-blank.exptype.option i, .popover .availableSessionsNew .btn-blank.exptype.option i, .availableSessionsNew .darkmode .btn-blank.exptype.option i, .availableSessionsNew .tt-menu .btn-blank.exptype.option i, .availableSessionsNew .dd-options .btn-blank.exptype.option i, .availableSessionsNew .popover .btn-blank.exptype.option i, .station-session-details .btn-blank.btn-default.exptype i, .station-session-details .btn-blank.exptype.btn-select i, .station-session-details .updateSection > div button.btn-blank.exptype.btn-danger i, .updateSection > div .station-session-details button.btn-blank.exptype.btn-danger i, .station-session-details .availableSessionsNew .btn-blank.exptype.option i, .availableSessionsNew .station-session-details .btn-blank.exptype.option i, .showSessionOptions .btn-blank.btn-default.exptype i, .showSessionOptions .btn-blank.exptype.btn-select i, .showSessionOptions .updateSection > div button.btn-blank.exptype.btn-danger i, .updateSection > div .showSessionOptions button.btn-blank.exptype.btn-danger i, .showSessionOptions .availableSessionsNew .btn-blank.exptype.option i, .availableSessionsNew .showSessionOptions .btn-blank.exptype.option i, .alert .btn-blank.btn i, .alert .btn-blank.exptype i, .dropdown-menu .btn.btn-blank.btn-default i, .dropdown-menu .btn-blank.btn-select i, .dropdown-menu .updateSection > div button.btn-blank.btn-danger i, .updateSection > div .dropdown-menu button.btn-blank.btn-danger i, .dropdown-menu .availableSessionsNew .btn-blank.option i, .availableSessionsNew .dropdown-menu .btn-blank.option i, .dropdown-menu .btn-blank.btn-default.exptype i, .dropdown-menu .btn-blank.exptype.btn-select i, .dropdown-menu .updateSection > div button.btn-blank.exptype.btn-danger i, .updateSection > div .dropdown-menu button.btn-blank.exptype.btn-danger i, .dropdown-menu .availableSessionsNew .btn-blank.exptype.option i, .availableSessionsNew .dropdown-menu .btn-blank.exptype.option i, .darkmode .btn.btn-blank.btn-default span, .tt-menu .btn.btn-blank.btn-default span, .dd-options .btn.btn-blank.btn-default span, .popover .btn.btn-blank.btn-default span, .darkmode .btn-blank.btn-select span, .tt-menu .btn-blank.btn-select span, .dd-options .btn-blank.btn-select span, .popover .btn-blank.btn-select span, .darkmode .updateSection > div button.btn-blank.btn-danger span, .tt-menu .updateSection > div button.btn-blank.btn-danger span, .dd-options .updateSection > div button.btn-blank.btn-danger span, .popover .updateSection > div button.btn-blank.btn-danger span, .updateSection > div .darkmode button.btn-blank.btn-danger span, .updateSection > div .tt-menu button.btn-blank.btn-danger span, .updateSection > div .dd-options button.btn-blank.btn-danger span, .updateSection > div .popover button.btn-blank.btn-danger span, .darkmode .availableSessionsNew .btn-blank.option span, .tt-menu .availableSessionsNew .btn-blank.option span, .dd-options .availableSessionsNew .btn-blank.option span, .popover .availableSessionsNew .btn-blank.option span, .availableSessionsNew .darkmode .btn-blank.option span, .availableSessionsNew .tt-menu .btn-blank.option span, .availableSessionsNew .dd-options .btn-blank.option span, .availableSessionsNew .popover .btn-blank.option span, .station-session-details .btn.btn-blank.btn-default span, .station-session-details .btn-blank.btn-select span, .station-session-details .updateSection > div button.btn-blank.btn-danger span, .updateSection > div .station-session-details button.btn-blank.btn-danger span, .station-session-details .availableSessionsNew .btn-blank.option span, .availableSessionsNew .station-session-details .btn-blank.option span, .showSessionOptions .btn.btn-blank.btn-default span, .showSessionOptions .btn-blank.btn-select span, .showSessionOptions .updateSection > div button.btn-blank.btn-danger span, .updateSection > div .showSessionOptions button.btn-blank.btn-danger span, .showSessionOptions .availableSessionsNew .btn-blank.option span, .availableSessionsNew .showSessionOptions .btn-blank.option span, .darkmode .btn-blank.btn-default.exptype span, .tt-menu .btn-blank.btn-default.exptype span, .dd-options .btn-blank.btn-default.exptype span, .popover .btn-blank.btn-default.exptype span, .darkmode .btn-blank.exptype.btn-select span, .tt-menu .btn-blank.exptype.btn-select span, .dd-options .btn-blank.exptype.btn-select span, .popover .btn-blank.exptype.btn-select span, .darkmode .updateSection > div button.btn-blank.exptype.btn-danger span, .tt-menu .updateSection > div button.btn-blank.exptype.btn-danger span, .dd-options .updateSection > div button.btn-blank.exptype.btn-danger span, .popover .updateSection > div button.btn-blank.exptype.btn-danger span, .updateSection > div .darkmode button.btn-blank.exptype.btn-danger span, .updateSection > div .tt-menu button.btn-blank.exptype.btn-danger span, .updateSection > div .dd-options button.btn-blank.exptype.btn-danger span, .updateSection > div .popover button.btn-blank.exptype.btn-danger span, .darkmode .availableSessionsNew .btn-blank.exptype.option span, .tt-menu .availableSessionsNew .btn-blank.exptype.option span, .dd-options .availableSessionsNew .btn-blank.exptype.option span, .popover .availableSessionsNew .btn-blank.exptype.option span, .availableSessionsNew .darkmode .btn-blank.exptype.option span, .availableSessionsNew .tt-menu .btn-blank.exptype.option span, .availableSessionsNew .dd-options .btn-blank.exptype.option span, .availableSessionsNew .popover .btn-blank.exptype.option span, .station-session-details .btn-blank.btn-default.exptype span, .station-session-details .btn-blank.exptype.btn-select span, .station-session-details .updateSection > div button.btn-blank.exptype.btn-danger span, .updateSection > div .station-session-details button.btn-blank.exptype.btn-danger span, .station-session-details .availableSessionsNew .btn-blank.exptype.option span, .availableSessionsNew .station-session-details .btn-blank.exptype.option span, .showSessionOptions .btn-blank.btn-default.exptype span, .showSessionOptions .btn-blank.exptype.btn-select span, .showSessionOptions .updateSection > div button.btn-blank.exptype.btn-danger span, .updateSection > div .showSessionOptions button.btn-blank.exptype.btn-danger span, .showSessionOptions .availableSessionsNew .btn-blank.exptype.option span, .availableSessionsNew .showSessionOptions .btn-blank.exptype.option span, .alert .btn-blank.btn span, .alert .btn-blank.exptype span, .dropdown-menu .btn.btn-blank.btn-default span, .dropdown-menu .btn-blank.btn-select span, .dropdown-menu .updateSection > div button.btn-blank.btn-danger span, .updateSection > div .dropdown-menu button.btn-blank.btn-danger span, .dropdown-menu .availableSessionsNew .btn-blank.option span, .availableSessionsNew .dropdown-menu .btn-blank.option span, .dropdown-menu .btn-blank.btn-default.exptype span, .dropdown-menu .btn-blank.exptype.btn-select span, .dropdown-menu .updateSection > div button.btn-blank.exptype.btn-danger span, .updateSection > div .dropdown-menu button.btn-blank.exptype.btn-danger span, .dropdown-menu .availableSessionsNew .btn-blank.exptype.option span, .availableSessionsNew .dropdown-menu .btn-blank.exptype.option span {
          color: white; }
  .btn.btn-default, .btn.btn-select, .updateSection > div button.btn.btn-danger, .availableSessionsNew .btn.option, .btn-default.exptype, .exptype.btn-select, .updateSection > div button.exptype.btn-danger, .availableSessionsNew .exptype.option, .alert .btn, .alert .exptype {
    background: #DCE3F2;
    background: linear-gradient(30deg, #f1faff, #d9e2ff);
    color: #303A5B; }
    .btn.btn-default I, .btn.btn-select I, .updateSection > div button.btn.btn-danger I, .availableSessionsNew .btn.option I, .btn-default.exptype I, .exptype.btn-select I, .updateSection > div button.exptype.btn-danger I, .availableSessionsNew .exptype.option I, .alert .btn I, .alert .exptype I, .btn.btn-default span, .btn.btn-select span, .updateSection > div button.btn.btn-danger span, .availableSessionsNew .btn.option span, .btn-default.exptype span, .exptype.btn-select span, .updateSection > div button.exptype.btn-danger span, .availableSessionsNew .exptype.option span, .alert .btn span, .alert .exptype span {
      color: #303A5B; }
    .btn.btn-default.btn-icon, .btn.btn-icon.btn-select, .updateSection > div button.btn.btn-icon.btn-danger, .availableSessionsNew .btn.btn-icon.option, .btn-default.btn-icon.exptype, .btn-icon.exptype.btn-select, .updateSection > div button.btn-icon.exptype.btn-danger, .availableSessionsNew .btn-icon.exptype.option, .alert .btn.btn-icon, .alert .btn-icon.exptype {
      color: #303A5B; }
    .darkmode .btn.btn-default, .tt-menu .btn.btn-default, .dd-options .btn.btn-default, .popover .btn.btn-default, .darkmode .btn.btn-select, .tt-menu .btn.btn-select, .dd-options .btn.btn-select, .popover .btn.btn-select, .darkmode .updateSection > div button.btn.btn-danger, .tt-menu .updateSection > div button.btn.btn-danger, .dd-options .updateSection > div button.btn.btn-danger, .popover .updateSection > div button.btn.btn-danger, .updateSection > div .darkmode button.btn.btn-danger, .updateSection > div .tt-menu button.btn.btn-danger, .updateSection > div .dd-options button.btn.btn-danger, .updateSection > div .popover button.btn.btn-danger, .darkmode .availableSessionsNew .btn.option, .tt-menu .availableSessionsNew .btn.option, .dd-options .availableSessionsNew .btn.option, .popover .availableSessionsNew .btn.option, .availableSessionsNew .darkmode .btn.option, .availableSessionsNew .tt-menu .btn.option, .availableSessionsNew .dd-options .btn.option, .availableSessionsNew .popover .btn.option, .station-session-details .btn.btn-default, .station-session-details .btn.btn-select, .station-session-details .updateSection > div button.btn.btn-danger, .updateSection > div .station-session-details button.btn.btn-danger, .station-session-details .availableSessionsNew .btn.option, .availableSessionsNew .station-session-details .btn.option, .showSessionOptions .btn.btn-default, .showSessionOptions .btn.btn-select, .showSessionOptions .updateSection > div button.btn.btn-danger, .updateSection > div .showSessionOptions button.btn.btn-danger, .showSessionOptions .availableSessionsNew .btn.option, .availableSessionsNew .showSessionOptions .btn.option, .darkmode .btn-default.exptype, .tt-menu .btn-default.exptype, .dd-options .btn-default.exptype, .popover .btn-default.exptype, .darkmode .exptype.btn-select, .tt-menu .exptype.btn-select, .dd-options .exptype.btn-select, .popover .exptype.btn-select, .darkmode .updateSection > div button.exptype.btn-danger, .tt-menu .updateSection > div button.exptype.btn-danger, .dd-options .updateSection > div button.exptype.btn-danger, .popover .updateSection > div button.exptype.btn-danger, .updateSection > div .darkmode button.exptype.btn-danger, .updateSection > div .tt-menu button.exptype.btn-danger, .updateSection > div .dd-options button.exptype.btn-danger, .updateSection > div .popover button.exptype.btn-danger, .darkmode .availableSessionsNew .exptype.option, .tt-menu .availableSessionsNew .exptype.option, .dd-options .availableSessionsNew .exptype.option, .popover .availableSessionsNew .exptype.option, .availableSessionsNew .darkmode .exptype.option, .availableSessionsNew .tt-menu .exptype.option, .availableSessionsNew .dd-options .exptype.option, .availableSessionsNew .popover .exptype.option, .station-session-details .btn-default.exptype, .station-session-details .exptype.btn-select, .station-session-details .updateSection > div button.exptype.btn-danger, .updateSection > div .station-session-details button.exptype.btn-danger, .station-session-details .availableSessionsNew .exptype.option, .availableSessionsNew .station-session-details .exptype.option, .showSessionOptions .btn-default.exptype, .showSessionOptions .exptype.btn-select, .showSessionOptions .updateSection > div button.exptype.btn-danger, .updateSection > div .showSessionOptions button.exptype.btn-danger, .showSessionOptions .availableSessionsNew .exptype.option, .availableSessionsNew .showSessionOptions .exptype.option, .darkmode .alert .btn, .tt-menu .alert .btn, .dd-options .alert .btn, .popover .alert .btn, .station-session-details .alert .btn, .showSessionOptions .alert .btn, .alert .darkmode .btn, .alert .tt-menu .btn, .alert .dd-options .btn, .alert .popover .btn, .alert .station-session-details .btn, .alert .showSessionOptions .btn, .alert .btn.btn-default, .alert .btn.btn-select, .alert .updateSection > div button.btn.btn-danger, .updateSection > div .alert button.btn.btn-danger, .alert .availableSessionsNew .btn.option, .availableSessionsNew .alert .btn.option, .alert .btn, .alert .exptype, .dropdown-menu .btn.btn-default, .dropdown-menu .btn.btn-select, .dropdown-menu .updateSection > div button.btn.btn-danger, .updateSection > div .dropdown-menu button.btn.btn-danger, .dropdown-menu .availableSessionsNew .btn.option, .availableSessionsNew .dropdown-menu .btn.option, .dropdown-menu .btn-default.exptype, .dropdown-menu .exptype.btn-select, .dropdown-menu .updateSection > div button.exptype.btn-danger, .updateSection > div .dropdown-menu button.exptype.btn-danger, .dropdown-menu .availableSessionsNew .exptype.option, .availableSessionsNew .dropdown-menu .exptype.option, .dropdown-menu .alert .btn, .alert .dropdown-menu .btn {
      background: rgba(255, 255, 255, 0.12);
      background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35));
      color: white; }
      .darkmode .btn.btn-default I, .tt-menu .btn.btn-default I, .dd-options .btn.btn-default I, .popover .btn.btn-default I, .darkmode .btn.btn-select I, .tt-menu .btn.btn-select I, .dd-options .btn.btn-select I, .popover .btn.btn-select I, .darkmode .updateSection > div button.btn.btn-danger I, .tt-menu .updateSection > div button.btn.btn-danger I, .dd-options .updateSection > div button.btn.btn-danger I, .popover .updateSection > div button.btn.btn-danger I, .updateSection > div .darkmode button.btn.btn-danger I, .updateSection > div .tt-menu button.btn.btn-danger I, .updateSection > div .dd-options button.btn.btn-danger I, .updateSection > div .popover button.btn.btn-danger I, .darkmode .availableSessionsNew .btn.option I, .tt-menu .availableSessionsNew .btn.option I, .dd-options .availableSessionsNew .btn.option I, .popover .availableSessionsNew .btn.option I, .availableSessionsNew .darkmode .btn.option I, .availableSessionsNew .tt-menu .btn.option I, .availableSessionsNew .dd-options .btn.option I, .availableSessionsNew .popover .btn.option I, .station-session-details .btn.btn-default I, .station-session-details .btn.btn-select I, .station-session-details .updateSection > div button.btn.btn-danger I, .updateSection > div .station-session-details button.btn.btn-danger I, .station-session-details .availableSessionsNew .btn.option I, .availableSessionsNew .station-session-details .btn.option I, .showSessionOptions .btn.btn-default I, .showSessionOptions .btn.btn-select I, .showSessionOptions .updateSection > div button.btn.btn-danger I, .updateSection > div .showSessionOptions button.btn.btn-danger I, .showSessionOptions .availableSessionsNew .btn.option I, .availableSessionsNew .showSessionOptions .btn.option I, .darkmode .btn-default.exptype I, .tt-menu .btn-default.exptype I, .dd-options .btn-default.exptype I, .popover .btn-default.exptype I, .darkmode .exptype.btn-select I, .tt-menu .exptype.btn-select I, .dd-options .exptype.btn-select I, .popover .exptype.btn-select I, .darkmode .updateSection > div button.exptype.btn-danger I, .tt-menu .updateSection > div button.exptype.btn-danger I, .dd-options .updateSection > div button.exptype.btn-danger I, .popover .updateSection > div button.exptype.btn-danger I, .updateSection > div .darkmode button.exptype.btn-danger I, .updateSection > div .tt-menu button.exptype.btn-danger I, .updateSection > div .dd-options button.exptype.btn-danger I, .updateSection > div .popover button.exptype.btn-danger I, .darkmode .availableSessionsNew .exptype.option I, .tt-menu .availableSessionsNew .exptype.option I, .dd-options .availableSessionsNew .exptype.option I, .popover .availableSessionsNew .exptype.option I, .availableSessionsNew .darkmode .exptype.option I, .availableSessionsNew .tt-menu .exptype.option I, .availableSessionsNew .dd-options .exptype.option I, .availableSessionsNew .popover .exptype.option I, .station-session-details .btn-default.exptype I, .station-session-details .exptype.btn-select I, .station-session-details .updateSection > div button.exptype.btn-danger I, .updateSection > div .station-session-details button.exptype.btn-danger I, .station-session-details .availableSessionsNew .exptype.option I, .availableSessionsNew .station-session-details .exptype.option I, .showSessionOptions .btn-default.exptype I, .showSessionOptions .exptype.btn-select I, .showSessionOptions .updateSection > div button.exptype.btn-danger I, .updateSection > div .showSessionOptions button.exptype.btn-danger I, .showSessionOptions .availableSessionsNew .exptype.option I, .availableSessionsNew .showSessionOptions .exptype.option I, .alert .btn I, .alert .exptype I, .dropdown-menu .btn.btn-default I, .dropdown-menu .btn.btn-select I, .dropdown-menu .updateSection > div button.btn.btn-danger I, .updateSection > div .dropdown-menu button.btn.btn-danger I, .dropdown-menu .availableSessionsNew .btn.option I, .availableSessionsNew .dropdown-menu .btn.option I, .dropdown-menu .btn-default.exptype I, .dropdown-menu .exptype.btn-select I, .dropdown-menu .updateSection > div button.exptype.btn-danger I, .updateSection > div .dropdown-menu button.exptype.btn-danger I, .dropdown-menu .availableSessionsNew .exptype.option I, .availableSessionsNew .dropdown-menu .exptype.option I, .darkmode .btn.btn-default span, .tt-menu .btn.btn-default span, .dd-options .btn.btn-default span, .popover .btn.btn-default span, .darkmode .btn.btn-select span, .tt-menu .btn.btn-select span, .dd-options .btn.btn-select span, .popover .btn.btn-select span, .darkmode .updateSection > div button.btn.btn-danger span, .tt-menu .updateSection > div button.btn.btn-danger span, .dd-options .updateSection > div button.btn.btn-danger span, .popover .updateSection > div button.btn.btn-danger span, .updateSection > div .darkmode button.btn.btn-danger span, .updateSection > div .tt-menu button.btn.btn-danger span, .updateSection > div .dd-options button.btn.btn-danger span, .updateSection > div .popover button.btn.btn-danger span, .darkmode .availableSessionsNew .btn.option span, .tt-menu .availableSessionsNew .btn.option span, .dd-options .availableSessionsNew .btn.option span, .popover .availableSessionsNew .btn.option span, .availableSessionsNew .darkmode .btn.option span, .availableSessionsNew .tt-menu .btn.option span, .availableSessionsNew .dd-options .btn.option span, .availableSessionsNew .popover .btn.option span, .station-session-details .btn.btn-default span, .station-session-details .btn.btn-select span, .station-session-details .updateSection > div button.btn.btn-danger span, .updateSection > div .station-session-details button.btn.btn-danger span, .station-session-details .availableSessionsNew .btn.option span, .availableSessionsNew .station-session-details .btn.option span, .showSessionOptions .btn.btn-default span, .showSessionOptions .btn.btn-select span, .showSessionOptions .updateSection > div button.btn.btn-danger span, .updateSection > div .showSessionOptions button.btn.btn-danger span, .showSessionOptions .availableSessionsNew .btn.option span, .availableSessionsNew .showSessionOptions .btn.option span, .darkmode .btn-default.exptype span, .tt-menu .btn-default.exptype span, .dd-options .btn-default.exptype span, .popover .btn-default.exptype span, .darkmode .exptype.btn-select span, .tt-menu .exptype.btn-select span, .dd-options .exptype.btn-select span, .popover .exptype.btn-select span, .darkmode .updateSection > div button.exptype.btn-danger span, .tt-menu .updateSection > div button.exptype.btn-danger span, .dd-options .updateSection > div button.exptype.btn-danger span, .popover .updateSection > div button.exptype.btn-danger span, .updateSection > div .darkmode button.exptype.btn-danger span, .updateSection > div .tt-menu button.exptype.btn-danger span, .updateSection > div .dd-options button.exptype.btn-danger span, .updateSection > div .popover button.exptype.btn-danger span, .darkmode .availableSessionsNew .exptype.option span, .tt-menu .availableSessionsNew .exptype.option span, .dd-options .availableSessionsNew .exptype.option span, .popover .availableSessionsNew .exptype.option span, .availableSessionsNew .darkmode .exptype.option span, .availableSessionsNew .tt-menu .exptype.option span, .availableSessionsNew .dd-options .exptype.option span, .availableSessionsNew .popover .exptype.option span, .station-session-details .btn-default.exptype span, .station-session-details .exptype.btn-select span, .station-session-details .updateSection > div button.exptype.btn-danger span, .updateSection > div .station-session-details button.exptype.btn-danger span, .station-session-details .availableSessionsNew .exptype.option span, .availableSessionsNew .station-session-details .exptype.option span, .showSessionOptions .btn-default.exptype span, .showSessionOptions .exptype.btn-select span, .showSessionOptions .updateSection > div button.exptype.btn-danger span, .updateSection > div .showSessionOptions button.exptype.btn-danger span, .showSessionOptions .availableSessionsNew .exptype.option span, .availableSessionsNew .showSessionOptions .exptype.option span, .alert .btn span, .alert .exptype span, .dropdown-menu .btn.btn-default span, .dropdown-menu .btn.btn-select span, .dropdown-menu .updateSection > div button.btn.btn-danger span, .updateSection > div .dropdown-menu button.btn.btn-danger span, .dropdown-menu .availableSessionsNew .btn.option span, .availableSessionsNew .dropdown-menu .btn.option span, .dropdown-menu .btn-default.exptype span, .dropdown-menu .exptype.btn-select span, .dropdown-menu .updateSection > div button.exptype.btn-danger span, .updateSection > div .dropdown-menu button.exptype.btn-danger span, .dropdown-menu .availableSessionsNew .exptype.option span, .availableSessionsNew .dropdown-menu .exptype.option span {
        color: white; }
      .darkmode .btn.btn-default.btn-icon, .tt-menu .btn.btn-default.btn-icon, .dd-options .btn.btn-default.btn-icon, .popover .btn.btn-default.btn-icon, .darkmode .btn.btn-icon.btn-select, .tt-menu .btn.btn-icon.btn-select, .dd-options .btn.btn-icon.btn-select, .popover .btn.btn-icon.btn-select, .darkmode .updateSection > div button.btn.btn-icon.btn-danger, .tt-menu .updateSection > div button.btn.btn-icon.btn-danger, .dd-options .updateSection > div button.btn.btn-icon.btn-danger, .popover .updateSection > div button.btn.btn-icon.btn-danger, .updateSection > div .darkmode button.btn.btn-icon.btn-danger, .updateSection > div .tt-menu button.btn.btn-icon.btn-danger, .updateSection > div .dd-options button.btn.btn-icon.btn-danger, .updateSection > div .popover button.btn.btn-icon.btn-danger, .darkmode .availableSessionsNew .btn.btn-icon.option, .tt-menu .availableSessionsNew .btn.btn-icon.option, .dd-options .availableSessionsNew .btn.btn-icon.option, .popover .availableSessionsNew .btn.btn-icon.option, .availableSessionsNew .darkmode .btn.btn-icon.option, .availableSessionsNew .tt-menu .btn.btn-icon.option, .availableSessionsNew .dd-options .btn.btn-icon.option, .availableSessionsNew .popover .btn.btn-icon.option, .station-session-details .btn.btn-default.btn-icon, .station-session-details .btn.btn-icon.btn-select, .station-session-details .updateSection > div button.btn.btn-icon.btn-danger, .updateSection > div .station-session-details button.btn.btn-icon.btn-danger, .station-session-details .availableSessionsNew .btn.btn-icon.option, .availableSessionsNew .station-session-details .btn.btn-icon.option, .showSessionOptions .btn.btn-default.btn-icon, .showSessionOptions .btn.btn-icon.btn-select, .showSessionOptions .updateSection > div button.btn.btn-icon.btn-danger, .updateSection > div .showSessionOptions button.btn.btn-icon.btn-danger, .showSessionOptions .availableSessionsNew .btn.btn-icon.option, .availableSessionsNew .showSessionOptions .btn.btn-icon.option, .darkmode .btn-default.btn-icon.exptype, .tt-menu .btn-default.btn-icon.exptype, .dd-options .btn-default.btn-icon.exptype, .popover .btn-default.btn-icon.exptype, .darkmode .btn-icon.exptype.btn-select, .tt-menu .btn-icon.exptype.btn-select, .dd-options .btn-icon.exptype.btn-select, .popover .btn-icon.exptype.btn-select, .darkmode .updateSection > div button.btn-icon.exptype.btn-danger, .tt-menu .updateSection > div button.btn-icon.exptype.btn-danger, .dd-options .updateSection > div button.btn-icon.exptype.btn-danger, .popover .updateSection > div button.btn-icon.exptype.btn-danger, .updateSection > div .darkmode button.btn-icon.exptype.btn-danger, .updateSection > div .tt-menu button.btn-icon.exptype.btn-danger, .updateSection > div .dd-options button.btn-icon.exptype.btn-danger, .updateSection > div .popover button.btn-icon.exptype.btn-danger, .darkmode .availableSessionsNew .btn-icon.exptype.option, .tt-menu .availableSessionsNew .btn-icon.exptype.option, .dd-options .availableSessionsNew .btn-icon.exptype.option, .popover .availableSessionsNew .btn-icon.exptype.option, .availableSessionsNew .darkmode .btn-icon.exptype.option, .availableSessionsNew .tt-menu .btn-icon.exptype.option, .availableSessionsNew .dd-options .btn-icon.exptype.option, .availableSessionsNew .popover .btn-icon.exptype.option, .station-session-details .btn-default.btn-icon.exptype, .station-session-details .btn-icon.exptype.btn-select, .station-session-details .updateSection > div button.btn-icon.exptype.btn-danger, .updateSection > div .station-session-details button.btn-icon.exptype.btn-danger, .station-session-details .availableSessionsNew .btn-icon.exptype.option, .availableSessionsNew .station-session-details .btn-icon.exptype.option, .showSessionOptions .btn-default.btn-icon.exptype, .showSessionOptions .btn-icon.exptype.btn-select, .showSessionOptions .updateSection > div button.btn-icon.exptype.btn-danger, .updateSection > div .showSessionOptions button.btn-icon.exptype.btn-danger, .showSessionOptions .availableSessionsNew .btn-icon.exptype.option, .availableSessionsNew .showSessionOptions .btn-icon.exptype.option, .alert .btn.btn-icon, .alert .btn-icon.exptype, .dropdown-menu .btn.btn-default.btn-icon, .dropdown-menu .btn.btn-icon.btn-select, .dropdown-menu .updateSection > div button.btn.btn-icon.btn-danger, .updateSection > div .dropdown-menu button.btn.btn-icon.btn-danger, .dropdown-menu .availableSessionsNew .btn.btn-icon.option, .availableSessionsNew .dropdown-menu .btn.btn-icon.option, .dropdown-menu .btn-default.btn-icon.exptype, .dropdown-menu .btn-icon.exptype.btn-select, .dropdown-menu .updateSection > div button.btn-icon.exptype.btn-danger, .updateSection > div .dropdown-menu button.btn-icon.exptype.btn-danger, .dropdown-menu .availableSessionsNew .btn-icon.exptype.option, .availableSessionsNew .dropdown-menu .btn-icon.exptype.option {
        color: white; }
    table .btn.btn-default, table .btn.btn-select, table .updateSection > div button.btn.btn-danger, .updateSection > div table button.btn.btn-danger, table .availableSessionsNew .btn.option, .availableSessionsNew table .btn.option, table .btn-default.exptype, table .exptype.btn-select, table .updateSection > div button.exptype.btn-danger, .updateSection > div table button.exptype.btn-danger, table .availableSessionsNew .exptype.option, .availableSessionsNew table .exptype.option, table .alert .btn, table .alert .exptype, .alert table .btn, .alert table .exptype {
      background: #DCE3F2;
      box-shadow: none; }
  .btn.btn-primary, #v4 .btn.btn-primary, #v4 .availableSessionsNew .btn.option.selected, .availableSessionsNew #v4 .btn.option.selected, .availableSessionsNew .btn.option.selected, .btn-primary.exptype, #v4 .exptype.btn-primary, #v4 .availableSessionsNew .exptype.option.selected, .availableSessionsNew #v4 .exptype.option.selected, .availableSessionsNew .exptype.option.selected, .btn.btn-accent, .btn-accent.exptype {
    background: linear-gradient(30deg, #3adfff 33%, #90a5e9);
    color: #303A5B !important; }
    .btn.btn-primary I, #v4 .btn.btn-primary I, #v4 .availableSessionsNew .btn.option.selected I, .availableSessionsNew #v4 .btn.option.selected I, .availableSessionsNew .btn.option.selected I, .btn-primary.exptype I, #v4 .exptype.btn-primary I, #v4 .availableSessionsNew .exptype.option.selected I, .availableSessionsNew #v4 .exptype.option.selected I, .availableSessionsNew .exptype.option.selected I, .btn.btn-primary span, #v4 .btn.btn-primary span, #v4 .availableSessionsNew .btn.option.selected span, .availableSessionsNew #v4 .btn.option.selected span, .availableSessionsNew .btn.option.selected span, .btn-primary.exptype span, #v4 .exptype.btn-primary span, #v4 .availableSessionsNew .exptype.option.selected span, .availableSessionsNew #v4 .exptype.option.selected span, .availableSessionsNew .exptype.option.selected span, .btn.btn-accent I, .btn-accent.exptype I, .btn.btn-accent span, .btn-accent.exptype span {
      color: #303A5B !important; }
    .btn.btn-primary .svg-arcade-icon, #v4 .btn.btn-primary .svg-arcade-icon, #v4 .availableSessionsNew .btn.option.selected .svg-arcade-icon, .availableSessionsNew #v4 .btn.option.selected .svg-arcade-icon, .availableSessionsNew .btn.option.selected .svg-arcade-icon, .btn-primary.exptype .svg-arcade-icon, #v4 .exptype.btn-primary .svg-arcade-icon, #v4 .availableSessionsNew .exptype.option.selected .svg-arcade-icon, .availableSessionsNew #v4 .exptype.option.selected .svg-arcade-icon, .availableSessionsNew .exptype.option.selected .svg-arcade-icon, .btn.btn-accent .svg-arcade-icon, .btn-accent.exptype .svg-arcade-icon {
      filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(1608%) hue-rotate(189deg) brightness(90%) contrast(85%); }
    .btn.btn-primary.btn-icon, #v4 .btn.btn-icon.btn-primary, #v4 .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew .btn.btn-icon.option.selected, .btn-primary.btn-icon.exptype, #v4 .btn-icon.exptype.btn-primary, #v4 .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew .btn-icon.exptype.option.selected, .btn.btn-accent.btn-icon, .btn-accent.btn-icon.exptype {
      color: #9696f0; }
    .darkmode .btn.btn-primary.btn-sm, .darkmode #v4 .btn.btn-sm.btn-primary, #v4 .darkmode .btn.btn-sm.btn-primary, .darkmode #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .darkmode .btn.btn-sm.option.selected, .darkmode .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .darkmode .btn.btn-sm.option.selected, .tt-menu .btn.btn-primary.btn-sm, .tt-menu #v4 .btn.btn-sm.btn-primary, #v4 .tt-menu .btn.btn-sm.btn-primary, .tt-menu #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .tt-menu .btn.btn-sm.option.selected, .tt-menu .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .tt-menu .btn.btn-sm.option.selected, .dd-options .btn.btn-primary.btn-sm, .dd-options #v4 .btn.btn-sm.btn-primary, #v4 .dd-options .btn.btn-sm.btn-primary, .dd-options #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .dd-options .btn.btn-sm.option.selected, .dd-options .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .dd-options .btn.btn-sm.option.selected, .popover .btn.btn-primary.btn-sm, .popover #v4 .btn.btn-sm.btn-primary, #v4 .popover .btn.btn-sm.btn-primary, .popover #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .popover .btn.btn-sm.option.selected, .popover .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .popover .btn.btn-sm.option.selected, .darkmode .availableSessionsNew .btn.btn-sm.option.selected, .tt-menu .availableSessionsNew .btn.btn-sm.option.selected, .dd-options .availableSessionsNew .btn.btn-sm.option.selected, .popover .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew .darkmode .btn.btn-sm.option.selected, .availableSessionsNew .tt-menu .btn.btn-sm.option.selected, .availableSessionsNew .dd-options .btn.btn-sm.option.selected, .availableSessionsNew .popover .btn.btn-sm.option.selected, .station-session-details .btn.btn-primary.btn-sm, .station-session-details #v4 .btn.btn-sm.btn-primary, #v4 .station-session-details .btn.btn-sm.btn-primary, .station-session-details #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .station-session-details .btn.btn-sm.option.selected, .station-session-details .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .station-session-details .btn.btn-sm.option.selected, .station-session-details .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew .station-session-details .btn.btn-sm.option.selected, .showSessionOptions .btn.btn-primary.btn-sm, .showSessionOptions #v4 .btn.btn-sm.btn-primary, #v4 .showSessionOptions .btn.btn-sm.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn.btn-sm.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn.btn-sm.option.selected, .showSessionOptions .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew .showSessionOptions .btn.btn-sm.option.selected, .darkmode .btn-primary.btn-sm.exptype, .darkmode #v4 .btn-sm.exptype.btn-primary, #v4 .darkmode .btn-sm.exptype.btn-primary, .darkmode #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .darkmode .btn-sm.exptype.option.selected, .darkmode .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .darkmode .btn-sm.exptype.option.selected, .tt-menu .btn-primary.btn-sm.exptype, .tt-menu #v4 .btn-sm.exptype.btn-primary, #v4 .tt-menu .btn-sm.exptype.btn-primary, .tt-menu #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .tt-menu .btn-sm.exptype.option.selected, .tt-menu .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .tt-menu .btn-sm.exptype.option.selected, .dd-options .btn-primary.btn-sm.exptype, .dd-options #v4 .btn-sm.exptype.btn-primary, #v4 .dd-options .btn-sm.exptype.btn-primary, .dd-options #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .dd-options .btn-sm.exptype.option.selected, .dd-options .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .dd-options .btn-sm.exptype.option.selected, .popover .btn-primary.btn-sm.exptype, .popover #v4 .btn-sm.exptype.btn-primary, #v4 .popover .btn-sm.exptype.btn-primary, .popover #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .popover .btn-sm.exptype.option.selected, .popover .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .popover .btn-sm.exptype.option.selected, .darkmode .availableSessionsNew .btn-sm.exptype.option.selected, .tt-menu .availableSessionsNew .btn-sm.exptype.option.selected, .dd-options .availableSessionsNew .btn-sm.exptype.option.selected, .popover .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew .darkmode .btn-sm.exptype.option.selected, .availableSessionsNew .tt-menu .btn-sm.exptype.option.selected, .availableSessionsNew .dd-options .btn-sm.exptype.option.selected, .availableSessionsNew .popover .btn-sm.exptype.option.selected, .station-session-details .btn-primary.btn-sm.exptype, .station-session-details #v4 .btn-sm.exptype.btn-primary, #v4 .station-session-details .btn-sm.exptype.btn-primary, .station-session-details #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .station-session-details .btn-sm.exptype.option.selected, .station-session-details .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .station-session-details .btn-sm.exptype.option.selected, .station-session-details .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew .station-session-details .btn-sm.exptype.option.selected, .showSessionOptions .btn-primary.btn-sm.exptype, .showSessionOptions #v4 .btn-sm.exptype.btn-primary, #v4 .showSessionOptions .btn-sm.exptype.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn-sm.exptype.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn-sm.exptype.option.selected, .showSessionOptions .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew .showSessionOptions .btn-sm.exptype.option.selected, .alert .btn.btn-primary.btn-sm, .alert #v4 .btn.btn-sm.btn-primary, #v4 .alert .btn.btn-sm.btn-primary, .alert #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .alert .btn.btn-sm.option.selected, .alert .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .alert .btn.btn-sm.option.selected, .alert .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew .alert .btn.btn-sm.option.selected, .alert .btn-primary.btn-sm.exptype, .alert #v4 .btn-sm.exptype.btn-primary, #v4 .alert .btn-sm.exptype.btn-primary, .alert #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .alert .btn-sm.exptype.option.selected, .alert .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .alert .btn-sm.exptype.option.selected, .alert .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew .alert .btn-sm.exptype.option.selected, .dropdown-menu .btn.btn-primary.btn-sm, .dropdown-menu #v4 .btn.btn-sm.btn-primary, #v4 .dropdown-menu .btn.btn-sm.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn.btn-sm.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn.btn-sm.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn.btn-sm.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn.btn-sm.option.selected, .dropdown-menu .availableSessionsNew .btn.btn-sm.option.selected, .availableSessionsNew .dropdown-menu .btn.btn-sm.option.selected, .dropdown-menu .btn-primary.btn-sm.exptype, .dropdown-menu #v4 .btn-sm.exptype.btn-primary, #v4 .dropdown-menu .btn-sm.exptype.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn-sm.exptype.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn-sm.exptype.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn-sm.exptype.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn-sm.exptype.option.selected, .dropdown-menu .availableSessionsNew .btn-sm.exptype.option.selected, .availableSessionsNew .dropdown-menu .btn-sm.exptype.option.selected, .darkmode .btn.btn-primary.btn-xs, .darkmode #v4 .btn.btn-xs.btn-primary, #v4 .darkmode .btn.btn-xs.btn-primary, .darkmode #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .darkmode .btn.btn-xs.option.selected, .darkmode .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .darkmode .btn.btn-xs.option.selected, .tt-menu .btn.btn-primary.btn-xs, .tt-menu #v4 .btn.btn-xs.btn-primary, #v4 .tt-menu .btn.btn-xs.btn-primary, .tt-menu #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .tt-menu .btn.btn-xs.option.selected, .tt-menu .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .tt-menu .btn.btn-xs.option.selected, .dd-options .btn.btn-primary.btn-xs, .dd-options #v4 .btn.btn-xs.btn-primary, #v4 .dd-options .btn.btn-xs.btn-primary, .dd-options #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .dd-options .btn.btn-xs.option.selected, .dd-options .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .dd-options .btn.btn-xs.option.selected, .popover .btn.btn-primary.btn-xs, .popover #v4 .btn.btn-xs.btn-primary, #v4 .popover .btn.btn-xs.btn-primary, .popover #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .popover .btn.btn-xs.option.selected, .popover .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .popover .btn.btn-xs.option.selected, .darkmode .availableSessionsNew .btn.btn-xs.option.selected, .tt-menu .availableSessionsNew .btn.btn-xs.option.selected, .dd-options .availableSessionsNew .btn.btn-xs.option.selected, .popover .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew .darkmode .btn.btn-xs.option.selected, .availableSessionsNew .tt-menu .btn.btn-xs.option.selected, .availableSessionsNew .dd-options .btn.btn-xs.option.selected, .availableSessionsNew .popover .btn.btn-xs.option.selected, .station-session-details .btn.btn-primary.btn-xs, .station-session-details #v4 .btn.btn-xs.btn-primary, #v4 .station-session-details .btn.btn-xs.btn-primary, .station-session-details #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .station-session-details .btn.btn-xs.option.selected, .station-session-details .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .station-session-details .btn.btn-xs.option.selected, .station-session-details .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew .station-session-details .btn.btn-xs.option.selected, .showSessionOptions .btn.btn-primary.btn-xs, .showSessionOptions #v4 .btn.btn-xs.btn-primary, #v4 .showSessionOptions .btn.btn-xs.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn.btn-xs.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn.btn-xs.option.selected, .showSessionOptions .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew .showSessionOptions .btn.btn-xs.option.selected, .darkmode .btn-primary.btn-xs.exptype, .darkmode #v4 .btn-xs.exptype.btn-primary, #v4 .darkmode .btn-xs.exptype.btn-primary, .darkmode #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .darkmode .btn-xs.exptype.option.selected, .darkmode .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .darkmode .btn-xs.exptype.option.selected, .tt-menu .btn-primary.btn-xs.exptype, .tt-menu #v4 .btn-xs.exptype.btn-primary, #v4 .tt-menu .btn-xs.exptype.btn-primary, .tt-menu #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .tt-menu .btn-xs.exptype.option.selected, .tt-menu .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .tt-menu .btn-xs.exptype.option.selected, .dd-options .btn-primary.btn-xs.exptype, .dd-options #v4 .btn-xs.exptype.btn-primary, #v4 .dd-options .btn-xs.exptype.btn-primary, .dd-options #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .dd-options .btn-xs.exptype.option.selected, .dd-options .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .dd-options .btn-xs.exptype.option.selected, .popover .btn-primary.btn-xs.exptype, .popover #v4 .btn-xs.exptype.btn-primary, #v4 .popover .btn-xs.exptype.btn-primary, .popover #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .popover .btn-xs.exptype.option.selected, .popover .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .popover .btn-xs.exptype.option.selected, .darkmode .availableSessionsNew .btn-xs.exptype.option.selected, .tt-menu .availableSessionsNew .btn-xs.exptype.option.selected, .dd-options .availableSessionsNew .btn-xs.exptype.option.selected, .popover .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew .darkmode .btn-xs.exptype.option.selected, .availableSessionsNew .tt-menu .btn-xs.exptype.option.selected, .availableSessionsNew .dd-options .btn-xs.exptype.option.selected, .availableSessionsNew .popover .btn-xs.exptype.option.selected, .station-session-details .btn-primary.btn-xs.exptype, .station-session-details #v4 .btn-xs.exptype.btn-primary, #v4 .station-session-details .btn-xs.exptype.btn-primary, .station-session-details #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .station-session-details .btn-xs.exptype.option.selected, .station-session-details .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .station-session-details .btn-xs.exptype.option.selected, .station-session-details .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew .station-session-details .btn-xs.exptype.option.selected, .showSessionOptions .btn-primary.btn-xs.exptype, .showSessionOptions #v4 .btn-xs.exptype.btn-primary, #v4 .showSessionOptions .btn-xs.exptype.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn-xs.exptype.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn-xs.exptype.option.selected, .showSessionOptions .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew .showSessionOptions .btn-xs.exptype.option.selected, .alert .btn.btn-primary.btn-xs, .alert #v4 .btn.btn-xs.btn-primary, #v4 .alert .btn.btn-xs.btn-primary, .alert #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .alert .btn.btn-xs.option.selected, .alert .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .alert .btn.btn-xs.option.selected, .alert .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew .alert .btn.btn-xs.option.selected, .alert .btn-primary.btn-xs.exptype, .alert #v4 .btn-xs.exptype.btn-primary, #v4 .alert .btn-xs.exptype.btn-primary, .alert #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .alert .btn-xs.exptype.option.selected, .alert .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .alert .btn-xs.exptype.option.selected, .alert .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew .alert .btn-xs.exptype.option.selected, .dropdown-menu .btn.btn-primary.btn-xs, .dropdown-menu #v4 .btn.btn-xs.btn-primary, #v4 .dropdown-menu .btn.btn-xs.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn.btn-xs.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn.btn-xs.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn.btn-xs.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn.btn-xs.option.selected, .dropdown-menu .availableSessionsNew .btn.btn-xs.option.selected, .availableSessionsNew .dropdown-menu .btn.btn-xs.option.selected, .dropdown-menu .btn-primary.btn-xs.exptype, .dropdown-menu #v4 .btn-xs.exptype.btn-primary, #v4 .dropdown-menu .btn-xs.exptype.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn-xs.exptype.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn-xs.exptype.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn-xs.exptype.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn-xs.exptype.option.selected, .dropdown-menu .availableSessionsNew .btn-xs.exptype.option.selected, .availableSessionsNew .dropdown-menu .btn-xs.exptype.option.selected, .darkmode .btn.btn-primary.btn-md, .darkmode #v4 .btn.btn-md.btn-primary, #v4 .darkmode .btn.btn-md.btn-primary, .darkmode #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .darkmode .btn.btn-md.option.selected, .darkmode .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .darkmode .btn.btn-md.option.selected, .tt-menu .btn.btn-primary.btn-md, .tt-menu #v4 .btn.btn-md.btn-primary, #v4 .tt-menu .btn.btn-md.btn-primary, .tt-menu #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .tt-menu .btn.btn-md.option.selected, .tt-menu .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .tt-menu .btn.btn-md.option.selected, .dd-options .btn.btn-primary.btn-md, .dd-options #v4 .btn.btn-md.btn-primary, #v4 .dd-options .btn.btn-md.btn-primary, .dd-options #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .dd-options .btn.btn-md.option.selected, .dd-options .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .dd-options .btn.btn-md.option.selected, .popover .btn.btn-primary.btn-md, .popover #v4 .btn.btn-md.btn-primary, #v4 .popover .btn.btn-md.btn-primary, .popover #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .popover .btn.btn-md.option.selected, .popover .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .popover .btn.btn-md.option.selected, .darkmode .availableSessionsNew .btn.btn-md.option.selected, .tt-menu .availableSessionsNew .btn.btn-md.option.selected, .dd-options .availableSessionsNew .btn.btn-md.option.selected, .popover .availableSessionsNew .btn.btn-md.option.selected, .availableSessionsNew .darkmode .btn.btn-md.option.selected, .availableSessionsNew .tt-menu .btn.btn-md.option.selected, .availableSessionsNew .dd-options .btn.btn-md.option.selected, .availableSessionsNew .popover .btn.btn-md.option.selected, .station-session-details .btn.btn-primary.btn-md, .station-session-details #v4 .btn.btn-md.btn-primary, #v4 .station-session-details .btn.btn-md.btn-primary, .station-session-details #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .station-session-details .btn.btn-md.option.selected, .station-session-details .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .station-session-details .btn.btn-md.option.selected, .station-session-details .availableSessionsNew .btn.btn-md.option.selected, .availableSessionsNew .station-session-details .btn.btn-md.option.selected, .showSessionOptions .btn.btn-primary.btn-md, .showSessionOptions #v4 .btn.btn-md.btn-primary, #v4 .showSessionOptions .btn.btn-md.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn.btn-md.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn.btn-md.option.selected, .showSessionOptions .availableSessionsNew .btn.btn-md.option.selected, .availableSessionsNew .showSessionOptions .btn.btn-md.option.selected, .darkmode .btn-primary.btn-md.exptype, .darkmode #v4 .btn-md.exptype.btn-primary, #v4 .darkmode .btn-md.exptype.btn-primary, .darkmode #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .darkmode .btn-md.exptype.option.selected, .darkmode .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .darkmode .btn-md.exptype.option.selected, .tt-menu .btn-primary.btn-md.exptype, .tt-menu #v4 .btn-md.exptype.btn-primary, #v4 .tt-menu .btn-md.exptype.btn-primary, .tt-menu #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .tt-menu .btn-md.exptype.option.selected, .tt-menu .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .tt-menu .btn-md.exptype.option.selected, .dd-options .btn-primary.btn-md.exptype, .dd-options #v4 .btn-md.exptype.btn-primary, #v4 .dd-options .btn-md.exptype.btn-primary, .dd-options #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .dd-options .btn-md.exptype.option.selected, .dd-options .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .dd-options .btn-md.exptype.option.selected, .popover .btn-primary.btn-md.exptype, .popover #v4 .btn-md.exptype.btn-primary, #v4 .popover .btn-md.exptype.btn-primary, .popover #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .popover .btn-md.exptype.option.selected, .popover .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .popover .btn-md.exptype.option.selected, .darkmode .availableSessionsNew .btn-md.exptype.option.selected, .tt-menu .availableSessionsNew .btn-md.exptype.option.selected, .dd-options .availableSessionsNew .btn-md.exptype.option.selected, .popover .availableSessionsNew .btn-md.exptype.option.selected, .availableSessionsNew .darkmode .btn-md.exptype.option.selected, .availableSessionsNew .tt-menu .btn-md.exptype.option.selected, .availableSessionsNew .dd-options .btn-md.exptype.option.selected, .availableSessionsNew .popover .btn-md.exptype.option.selected, .station-session-details .btn-primary.btn-md.exptype, .station-session-details #v4 .btn-md.exptype.btn-primary, #v4 .station-session-details .btn-md.exptype.btn-primary, .station-session-details #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .station-session-details .btn-md.exptype.option.selected, .station-session-details .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .station-session-details .btn-md.exptype.option.selected, .station-session-details .availableSessionsNew .btn-md.exptype.option.selected, .availableSessionsNew .station-session-details .btn-md.exptype.option.selected, .showSessionOptions .btn-primary.btn-md.exptype, .showSessionOptions #v4 .btn-md.exptype.btn-primary, #v4 .showSessionOptions .btn-md.exptype.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn-md.exptype.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn-md.exptype.option.selected, .showSessionOptions .availableSessionsNew .btn-md.exptype.option.selected, .availableSessionsNew .showSessionOptions .btn-md.exptype.option.selected, .alert .btn.btn-primary.btn-md, .alert #v4 .btn.btn-md.btn-primary, #v4 .alert .btn.btn-md.btn-primary, .alert #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .alert .btn.btn-md.option.selected, .alert .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .alert .btn.btn-md.option.selected, .alert .availableSessionsNew .btn.btn-md.option.selected, .availableSessionsNew .alert .btn.btn-md.option.selected, .alert .btn-primary.btn-md.exptype, .alert #v4 .btn-md.exptype.btn-primary, #v4 .alert .btn-md.exptype.btn-primary, .alert #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .alert .btn-md.exptype.option.selected, .alert .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .alert .btn-md.exptype.option.selected, .alert .availableSessionsNew .btn-md.exptype.option.selected, .availableSessionsNew .alert .btn-md.exptype.option.selected, .dropdown-menu .btn.btn-primary.btn-md, .dropdown-menu #v4 .btn.btn-md.btn-primary, #v4 .dropdown-menu .btn.btn-md.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn.btn-md.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn.btn-md.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn.btn-md.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn.btn-md.option.selected, .dropdown-menu .availableSessionsNew .btn.btn-md.option.selected, .availableSessionsNew .dropdown-menu .btn.btn-md.option.selected, .dropdown-menu .btn-primary.btn-md.exptype, .dropdown-menu #v4 .btn-md.exptype.btn-primary, #v4 .dropdown-menu .btn-md.exptype.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn-md.exptype.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn-md.exptype.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn-md.exptype.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn-md.exptype.option.selected, .dropdown-menu .availableSessionsNew .btn-md.exptype.option.selected, .availableSessionsNew .dropdown-menu .btn-md.exptype.option.selected, .darkmode .btn.btn-accent.btn-sm, .tt-menu .btn.btn-accent.btn-sm, .dd-options .btn.btn-accent.btn-sm, .popover .btn.btn-accent.btn-sm, .station-session-details .btn.btn-accent.btn-sm, .showSessionOptions .btn.btn-accent.btn-sm, .darkmode .btn-accent.btn-sm.exptype, .tt-menu .btn-accent.btn-sm.exptype, .dd-options .btn-accent.btn-sm.exptype, .popover .btn-accent.btn-sm.exptype, .station-session-details .btn-accent.btn-sm.exptype, .showSessionOptions .btn-accent.btn-sm.exptype, .alert .btn.btn-accent.btn-sm, .alert .btn-accent.btn-sm.exptype, .dropdown-menu .btn.btn-accent.btn-sm, .dropdown-menu .btn-accent.btn-sm.exptype, .darkmode .btn.btn-accent.btn-xs, .tt-menu .btn.btn-accent.btn-xs, .dd-options .btn.btn-accent.btn-xs, .popover .btn.btn-accent.btn-xs, .station-session-details .btn.btn-accent.btn-xs, .showSessionOptions .btn.btn-accent.btn-xs, .darkmode .btn-accent.btn-xs.exptype, .tt-menu .btn-accent.btn-xs.exptype, .dd-options .btn-accent.btn-xs.exptype, .popover .btn-accent.btn-xs.exptype, .station-session-details .btn-accent.btn-xs.exptype, .showSessionOptions .btn-accent.btn-xs.exptype, .alert .btn.btn-accent.btn-xs, .alert .btn-accent.btn-xs.exptype, .dropdown-menu .btn.btn-accent.btn-xs, .dropdown-menu .btn-accent.btn-xs.exptype, .darkmode .btn.btn-accent.btn-md, .tt-menu .btn.btn-accent.btn-md, .dd-options .btn.btn-accent.btn-md, .popover .btn.btn-accent.btn-md, .station-session-details .btn.btn-accent.btn-md, .showSessionOptions .btn.btn-accent.btn-md, .darkmode .btn-accent.btn-md.exptype, .tt-menu .btn-accent.btn-md.exptype, .dd-options .btn-accent.btn-md.exptype, .popover .btn-accent.btn-md.exptype, .station-session-details .btn-accent.btn-md.exptype, .showSessionOptions .btn-accent.btn-md.exptype, .alert .btn.btn-accent.btn-md, .alert .btn-accent.btn-md.exptype, .dropdown-menu .btn.btn-accent.btn-md, .dropdown-menu .btn-accent.btn-md.exptype {
      background: #3ADFFF !important; }
    .darkmode .btn.btn-primary.btn-icon, .darkmode #v4 .btn.btn-icon.btn-primary, #v4 .darkmode .btn.btn-icon.btn-primary, .darkmode #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .darkmode .btn.btn-icon.option.selected, .darkmode .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .darkmode .btn.btn-icon.option.selected, .tt-menu .btn.btn-primary.btn-icon, .tt-menu #v4 .btn.btn-icon.btn-primary, #v4 .tt-menu .btn.btn-icon.btn-primary, .tt-menu #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .tt-menu .btn.btn-icon.option.selected, .tt-menu .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .tt-menu .btn.btn-icon.option.selected, .dd-options .btn.btn-primary.btn-icon, .dd-options #v4 .btn.btn-icon.btn-primary, #v4 .dd-options .btn.btn-icon.btn-primary, .dd-options #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .dd-options .btn.btn-icon.option.selected, .dd-options .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .dd-options .btn.btn-icon.option.selected, .popover .btn.btn-primary.btn-icon, .popover #v4 .btn.btn-icon.btn-primary, #v4 .popover .btn.btn-icon.btn-primary, .popover #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .popover .btn.btn-icon.option.selected, .popover .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .popover .btn.btn-icon.option.selected, .darkmode .availableSessionsNew .btn.btn-icon.option.selected, .tt-menu .availableSessionsNew .btn.btn-icon.option.selected, .dd-options .availableSessionsNew .btn.btn-icon.option.selected, .popover .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew .darkmode .btn.btn-icon.option.selected, .availableSessionsNew .tt-menu .btn.btn-icon.option.selected, .availableSessionsNew .dd-options .btn.btn-icon.option.selected, .availableSessionsNew .popover .btn.btn-icon.option.selected, .station-session-details .btn.btn-primary.btn-icon, .station-session-details #v4 .btn.btn-icon.btn-primary, #v4 .station-session-details .btn.btn-icon.btn-primary, .station-session-details #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .station-session-details .btn.btn-icon.option.selected, .station-session-details .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .station-session-details .btn.btn-icon.option.selected, .station-session-details .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew .station-session-details .btn.btn-icon.option.selected, .showSessionOptions .btn.btn-primary.btn-icon, .showSessionOptions #v4 .btn.btn-icon.btn-primary, #v4 .showSessionOptions .btn.btn-icon.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn.btn-icon.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn.btn-icon.option.selected, .showSessionOptions .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew .showSessionOptions .btn.btn-icon.option.selected, .darkmode .btn-primary.btn-icon.exptype, .darkmode #v4 .btn-icon.exptype.btn-primary, #v4 .darkmode .btn-icon.exptype.btn-primary, .darkmode #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .darkmode .btn-icon.exptype.option.selected, .darkmode .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .darkmode .btn-icon.exptype.option.selected, .tt-menu .btn-primary.btn-icon.exptype, .tt-menu #v4 .btn-icon.exptype.btn-primary, #v4 .tt-menu .btn-icon.exptype.btn-primary, .tt-menu #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .tt-menu .btn-icon.exptype.option.selected, .tt-menu .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .tt-menu .btn-icon.exptype.option.selected, .dd-options .btn-primary.btn-icon.exptype, .dd-options #v4 .btn-icon.exptype.btn-primary, #v4 .dd-options .btn-icon.exptype.btn-primary, .dd-options #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .dd-options .btn-icon.exptype.option.selected, .dd-options .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .dd-options .btn-icon.exptype.option.selected, .popover .btn-primary.btn-icon.exptype, .popover #v4 .btn-icon.exptype.btn-primary, #v4 .popover .btn-icon.exptype.btn-primary, .popover #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .popover .btn-icon.exptype.option.selected, .popover .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .popover .btn-icon.exptype.option.selected, .darkmode .availableSessionsNew .btn-icon.exptype.option.selected, .tt-menu .availableSessionsNew .btn-icon.exptype.option.selected, .dd-options .availableSessionsNew .btn-icon.exptype.option.selected, .popover .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew .darkmode .btn-icon.exptype.option.selected, .availableSessionsNew .tt-menu .btn-icon.exptype.option.selected, .availableSessionsNew .dd-options .btn-icon.exptype.option.selected, .availableSessionsNew .popover .btn-icon.exptype.option.selected, .station-session-details .btn-primary.btn-icon.exptype, .station-session-details #v4 .btn-icon.exptype.btn-primary, #v4 .station-session-details .btn-icon.exptype.btn-primary, .station-session-details #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .station-session-details .btn-icon.exptype.option.selected, .station-session-details .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .station-session-details .btn-icon.exptype.option.selected, .station-session-details .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew .station-session-details .btn-icon.exptype.option.selected, .showSessionOptions .btn-primary.btn-icon.exptype, .showSessionOptions #v4 .btn-icon.exptype.btn-primary, #v4 .showSessionOptions .btn-icon.exptype.btn-primary, .showSessionOptions #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .showSessionOptions .btn-icon.exptype.option.selected, .showSessionOptions .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .showSessionOptions .btn-icon.exptype.option.selected, .showSessionOptions .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew .showSessionOptions .btn-icon.exptype.option.selected, .alert .btn.btn-primary.btn-icon, .alert #v4 .btn.btn-icon.btn-primary, #v4 .alert .btn.btn-icon.btn-primary, .alert #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .alert .btn.btn-icon.option.selected, .alert .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .alert .btn.btn-icon.option.selected, .alert .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew .alert .btn.btn-icon.option.selected, .alert .btn-primary.btn-icon.exptype, .alert #v4 .btn-icon.exptype.btn-primary, #v4 .alert .btn-icon.exptype.btn-primary, .alert #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .alert .btn-icon.exptype.option.selected, .alert .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .alert .btn-icon.exptype.option.selected, .alert .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew .alert .btn-icon.exptype.option.selected, .dropdown-menu .btn.btn-primary.btn-icon, .dropdown-menu #v4 .btn.btn-icon.btn-primary, #v4 .dropdown-menu .btn.btn-icon.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn.btn-icon.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn.btn-icon.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn.btn-icon.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn.btn-icon.option.selected, .dropdown-menu .availableSessionsNew .btn.btn-icon.option.selected, .availableSessionsNew .dropdown-menu .btn.btn-icon.option.selected, .dropdown-menu .btn-primary.btn-icon.exptype, .dropdown-menu #v4 .btn-icon.exptype.btn-primary, #v4 .dropdown-menu .btn-icon.exptype.btn-primary, .dropdown-menu #v4 .availableSessionsNew .btn-icon.exptype.option.selected, #v4 .availableSessionsNew .dropdown-menu .btn-icon.exptype.option.selected, .dropdown-menu .availableSessionsNew #v4 .btn-icon.exptype.option.selected, .availableSessionsNew #v4 .dropdown-menu .btn-icon.exptype.option.selected, .dropdown-menu .availableSessionsNew .btn-icon.exptype.option.selected, .availableSessionsNew .dropdown-menu .btn-icon.exptype.option.selected, .darkmode .btn.btn-accent.btn-icon, .tt-menu .btn.btn-accent.btn-icon, .dd-options .btn.btn-accent.btn-icon, .popover .btn.btn-accent.btn-icon, .station-session-details .btn.btn-accent.btn-icon, .showSessionOptions .btn.btn-accent.btn-icon, .darkmode .btn-accent.btn-icon.exptype, .tt-menu .btn-accent.btn-icon.exptype, .dd-options .btn-accent.btn-icon.exptype, .popover .btn-accent.btn-icon.exptype, .station-session-details .btn-accent.btn-icon.exptype, .showSessionOptions .btn-accent.btn-icon.exptype, .alert .btn.btn-accent.btn-icon, .alert .btn-accent.btn-icon.exptype, .dropdown-menu .btn.btn-accent.btn-icon, .dropdown-menu .btn-accent.btn-icon.exptype {
      color: #3ADFFF; }
  .btn.btn-secondary, .btn-secondary.exptype, .btn.btn-purple, .btn-purple.exptype {
    background: #90a5e9;
    color: white !important; }
    .btn.btn-secondary I, .btn-secondary.exptype I, .btn.btn-secondary span, .btn-secondary.exptype span, .btn.btn-purple I, .btn-purple.exptype I, .btn.btn-purple span, .btn-purple.exptype span {
      color: white !important; }
  .btn.btn-success, .btn-success.exptype {
    background: #3AFFBD;
    background: linear-gradient(30deg, #3affbd, #00d6ff);
    color: #303A5B; }
    .btn.btn-success I, .btn-success.exptype I, .btn.btn-success span, .btn-success.exptype span {
      color: #303A5B; }
    .btn.btn-success.btn-icon, .btn-success.btn-icon.exptype {
      color: #3AFFBD; }
    .darkmode .btn.btn-success, .tt-menu .btn.btn-success, .dd-options .btn.btn-success, .popover .btn.btn-success, .station-session-details .btn.btn-success, .showSessionOptions .btn.btn-success, .darkmode .btn-success.exptype, .tt-menu .btn-success.exptype, .dd-options .btn-success.exptype, .popover .btn-success.exptype, .station-session-details .btn-success.exptype, .showSessionOptions .btn-success.exptype, .alert .btn.btn-success, .alert .btn-success.exptype, .dropdown-menu .btn.btn-success, .dropdown-menu .btn-success.exptype {
      color: #303A5B; }
      .darkmode .btn.btn-success I, .tt-menu .btn.btn-success I, .dd-options .btn.btn-success I, .popover .btn.btn-success I, .station-session-details .btn.btn-success I, .showSessionOptions .btn.btn-success I, .darkmode .btn-success.exptype I, .tt-menu .btn-success.exptype I, .dd-options .btn-success.exptype I, .popover .btn-success.exptype I, .station-session-details .btn-success.exptype I, .showSessionOptions .btn-success.exptype I, .alert .btn.btn-success I, .alert .btn-success.exptype I, .dropdown-menu .btn.btn-success I, .dropdown-menu .btn-success.exptype I, .darkmode .btn.btn-success span, .tt-menu .btn.btn-success span, .dd-options .btn.btn-success span, .popover .btn.btn-success span, .station-session-details .btn.btn-success span, .showSessionOptions .btn.btn-success span, .darkmode .btn-success.exptype span, .tt-menu .btn-success.exptype span, .dd-options .btn-success.exptype span, .popover .btn-success.exptype span, .station-session-details .btn-success.exptype span, .showSessionOptions .btn-success.exptype span, .alert .btn.btn-success span, .alert .btn-success.exptype span, .dropdown-menu .btn.btn-success span, .dropdown-menu .btn-success.exptype span {
        color: #303A5B; }
      .darkmode .btn.btn-success.btn-icon, .tt-menu .btn.btn-success.btn-icon, .dd-options .btn.btn-success.btn-icon, .popover .btn.btn-success.btn-icon, .station-session-details .btn.btn-success.btn-icon, .showSessionOptions .btn.btn-success.btn-icon, .darkmode .btn-success.btn-icon.exptype, .tt-menu .btn-success.btn-icon.exptype, .dd-options .btn-success.btn-icon.exptype, .popover .btn-success.btn-icon.exptype, .station-session-details .btn-success.btn-icon.exptype, .showSessionOptions .btn-success.btn-icon.exptype, .alert .btn.btn-success.btn-icon, .alert .btn-success.btn-icon.exptype, .dropdown-menu .btn.btn-success.btn-icon, .dropdown-menu .btn-success.btn-icon.exptype {
        color: #3AFFBD; }
  .btn.btn-info, .bootstrap-select.in-well button.btn, .btn-info.exptype, .bootstrap-select.in-well button.exptype {
    background: #3ADFFF;
    background: linear-gradient(30deg, #88f4ff 33%, #5ac5ff);
    color: #303A5B; }
    .btn.btn-info I, .bootstrap-select.in-well button.btn I, .btn-info.exptype I, .bootstrap-select.in-well button.exptype I, .btn.btn-info span, .bootstrap-select.in-well button.btn span, .btn-info.exptype span, .bootstrap-select.in-well button.exptype span {
      color: #303A5B; }
    .btn.btn-info.btn-icon, .bootstrap-select.in-well button.btn.btn-icon, .btn-info.btn-icon.exptype, .bootstrap-select.in-well button.btn-icon.exptype {
      color: #3ADFFF; }
    .darkmode .btn.btn-info, .tt-menu .btn.btn-info, .dd-options .btn.btn-info, .popover .btn.btn-info, .darkmode .bootstrap-select.in-well button.btn, .tt-menu .bootstrap-select.in-well button.btn, .dd-options .bootstrap-select.in-well button.btn, .popover .bootstrap-select.in-well button.btn, .bootstrap-select.in-well .darkmode button.btn, .bootstrap-select.in-well .tt-menu button.btn, .bootstrap-select.in-well .dd-options button.btn, .bootstrap-select.in-well .popover button.btn, .station-session-details .btn.btn-info, .station-session-details .bootstrap-select.in-well button.btn, .bootstrap-select.in-well .station-session-details button.btn, .showSessionOptions .btn.btn-info, .showSessionOptions .bootstrap-select.in-well button.btn, .bootstrap-select.in-well .showSessionOptions button.btn, .darkmode .btn-info.exptype, .tt-menu .btn-info.exptype, .dd-options .btn-info.exptype, .popover .btn-info.exptype, .darkmode .bootstrap-select.in-well button.exptype, .tt-menu .bootstrap-select.in-well button.exptype, .dd-options .bootstrap-select.in-well button.exptype, .popover .bootstrap-select.in-well button.exptype, .bootstrap-select.in-well .darkmode button.exptype, .bootstrap-select.in-well .tt-menu button.exptype, .bootstrap-select.in-well .dd-options button.exptype, .bootstrap-select.in-well .popover button.exptype, .station-session-details .btn-info.exptype, .station-session-details .bootstrap-select.in-well button.exptype, .bootstrap-select.in-well .station-session-details button.exptype, .showSessionOptions .btn-info.exptype, .showSessionOptions .bootstrap-select.in-well button.exptype, .bootstrap-select.in-well .showSessionOptions button.exptype, .alert .btn.btn-info, .alert .bootstrap-select.in-well button.btn, .bootstrap-select.in-well .alert button.btn, .alert .btn-info.exptype, .alert .bootstrap-select.in-well button.exptype, .bootstrap-select.in-well .alert button.exptype, .dropdown-menu .btn.btn-info, .dropdown-menu .bootstrap-select.in-well button.btn, .bootstrap-select.in-well .dropdown-menu button.btn, .dropdown-menu .btn-info.exptype, .dropdown-menu .bootstrap-select.in-well button.exptype, .bootstrap-select.in-well .dropdown-menu button.exptype {
      background: linear-gradient(30deg, rgba(255, 255, 255, 0.0956758) 0%, rgba(58, 223, 255, 0.4) 100%);
      color: #3ADFFF; }
      .darkmode .btn.btn-info I, .tt-menu .btn.btn-info I, .dd-options .btn.btn-info I, .popover .btn.btn-info I, .darkmode .bootstrap-select.in-well button.btn I, .tt-menu .bootstrap-select.in-well button.btn I, .dd-options .bootstrap-select.in-well button.btn I, .popover .bootstrap-select.in-well button.btn I, .bootstrap-select.in-well .darkmode button.btn I, .bootstrap-select.in-well .tt-menu button.btn I, .bootstrap-select.in-well .dd-options button.btn I, .bootstrap-select.in-well .popover button.btn I, .station-session-details .btn.btn-info I, .station-session-details .bootstrap-select.in-well button.btn I, .bootstrap-select.in-well .station-session-details button.btn I, .showSessionOptions .btn.btn-info I, .showSessionOptions .bootstrap-select.in-well button.btn I, .bootstrap-select.in-well .showSessionOptions button.btn I, .darkmode .btn-info.exptype I, .tt-menu .btn-info.exptype I, .dd-options .btn-info.exptype I, .popover .btn-info.exptype I, .darkmode .bootstrap-select.in-well button.exptype I, .tt-menu .bootstrap-select.in-well button.exptype I, .dd-options .bootstrap-select.in-well button.exptype I, .popover .bootstrap-select.in-well button.exptype I, .bootstrap-select.in-well .darkmode button.exptype I, .bootstrap-select.in-well .tt-menu button.exptype I, .bootstrap-select.in-well .dd-options button.exptype I, .bootstrap-select.in-well .popover button.exptype I, .station-session-details .btn-info.exptype I, .station-session-details .bootstrap-select.in-well button.exptype I, .bootstrap-select.in-well .station-session-details button.exptype I, .showSessionOptions .btn-info.exptype I, .showSessionOptions .bootstrap-select.in-well button.exptype I, .bootstrap-select.in-well .showSessionOptions button.exptype I, .alert .btn.btn-info I, .alert .bootstrap-select.in-well button.btn I, .bootstrap-select.in-well .alert button.btn I, .alert .btn-info.exptype I, .alert .bootstrap-select.in-well button.exptype I, .bootstrap-select.in-well .alert button.exptype I, .dropdown-menu .btn.btn-info I, .dropdown-menu .bootstrap-select.in-well button.btn I, .bootstrap-select.in-well .dropdown-menu button.btn I, .dropdown-menu .btn-info.exptype I, .dropdown-menu .bootstrap-select.in-well button.exptype I, .bootstrap-select.in-well .dropdown-menu button.exptype I, .darkmode .btn.btn-info span, .tt-menu .btn.btn-info span, .dd-options .btn.btn-info span, .popover .btn.btn-info span, .darkmode .bootstrap-select.in-well button.btn span, .tt-menu .bootstrap-select.in-well button.btn span, .dd-options .bootstrap-select.in-well button.btn span, .popover .bootstrap-select.in-well button.btn span, .bootstrap-select.in-well .darkmode button.btn span, .bootstrap-select.in-well .tt-menu button.btn span, .bootstrap-select.in-well .dd-options button.btn span, .bootstrap-select.in-well .popover button.btn span, .station-session-details .btn.btn-info span, .station-session-details .bootstrap-select.in-well button.btn span, .bootstrap-select.in-well .station-session-details button.btn span, .showSessionOptions .btn.btn-info span, .showSessionOptions .bootstrap-select.in-well button.btn span, .bootstrap-select.in-well .showSessionOptions button.btn span, .darkmode .btn-info.exptype span, .tt-menu .btn-info.exptype span, .dd-options .btn-info.exptype span, .popover .btn-info.exptype span, .darkmode .bootstrap-select.in-well button.exptype span, .tt-menu .bootstrap-select.in-well button.exptype span, .dd-options .bootstrap-select.in-well button.exptype span, .popover .bootstrap-select.in-well button.exptype span, .bootstrap-select.in-well .darkmode button.exptype span, .bootstrap-select.in-well .tt-menu button.exptype span, .bootstrap-select.in-well .dd-options button.exptype span, .bootstrap-select.in-well .popover button.exptype span, .station-session-details .btn-info.exptype span, .station-session-details .bootstrap-select.in-well button.exptype span, .bootstrap-select.in-well .station-session-details button.exptype span, .showSessionOptions .btn-info.exptype span, .showSessionOptions .bootstrap-select.in-well button.exptype span, .bootstrap-select.in-well .showSessionOptions button.exptype span, .alert .btn.btn-info span, .alert .bootstrap-select.in-well button.btn span, .bootstrap-select.in-well .alert button.btn span, .alert .btn-info.exptype span, .alert .bootstrap-select.in-well button.exptype span, .bootstrap-select.in-well .alert button.exptype span, .dropdown-menu .btn.btn-info span, .dropdown-menu .bootstrap-select.in-well button.btn span, .bootstrap-select.in-well .dropdown-menu button.btn span, .dropdown-menu .btn-info.exptype span, .dropdown-menu .bootstrap-select.in-well button.exptype span, .bootstrap-select.in-well .dropdown-menu button.exptype span {
        color: #3ADFFF; }
      .darkmode .btn.btn-info.btn-icon, .tt-menu .btn.btn-info.btn-icon, .dd-options .btn.btn-info.btn-icon, .popover .btn.btn-info.btn-icon, .darkmode .bootstrap-select.in-well button.btn.btn-icon, .tt-menu .bootstrap-select.in-well button.btn.btn-icon, .dd-options .bootstrap-select.in-well button.btn.btn-icon, .popover .bootstrap-select.in-well button.btn.btn-icon, .bootstrap-select.in-well .darkmode button.btn.btn-icon, .bootstrap-select.in-well .tt-menu button.btn.btn-icon, .bootstrap-select.in-well .dd-options button.btn.btn-icon, .bootstrap-select.in-well .popover button.btn.btn-icon, .station-session-details .btn.btn-info.btn-icon, .station-session-details .bootstrap-select.in-well button.btn.btn-icon, .bootstrap-select.in-well .station-session-details button.btn.btn-icon, .showSessionOptions .btn.btn-info.btn-icon, .showSessionOptions .bootstrap-select.in-well button.btn.btn-icon, .bootstrap-select.in-well .showSessionOptions button.btn.btn-icon, .darkmode .btn-info.btn-icon.exptype, .tt-menu .btn-info.btn-icon.exptype, .dd-options .btn-info.btn-icon.exptype, .popover .btn-info.btn-icon.exptype, .darkmode .bootstrap-select.in-well button.btn-icon.exptype, .tt-menu .bootstrap-select.in-well button.btn-icon.exptype, .dd-options .bootstrap-select.in-well button.btn-icon.exptype, .popover .bootstrap-select.in-well button.btn-icon.exptype, .bootstrap-select.in-well .darkmode button.btn-icon.exptype, .bootstrap-select.in-well .tt-menu button.btn-icon.exptype, .bootstrap-select.in-well .dd-options button.btn-icon.exptype, .bootstrap-select.in-well .popover button.btn-icon.exptype, .station-session-details .btn-info.btn-icon.exptype, .station-session-details .bootstrap-select.in-well button.btn-icon.exptype, .bootstrap-select.in-well .station-session-details button.btn-icon.exptype, .showSessionOptions .btn-info.btn-icon.exptype, .showSessionOptions .bootstrap-select.in-well button.btn-icon.exptype, .bootstrap-select.in-well .showSessionOptions button.btn-icon.exptype, .alert .btn.btn-info.btn-icon, .alert .bootstrap-select.in-well button.btn.btn-icon, .bootstrap-select.in-well .alert button.btn.btn-icon, .alert .btn-info.btn-icon.exptype, .alert .bootstrap-select.in-well button.btn-icon.exptype, .bootstrap-select.in-well .alert button.btn-icon.exptype, .dropdown-menu .btn.btn-info.btn-icon, .dropdown-menu .bootstrap-select.in-well button.btn.btn-icon, .bootstrap-select.in-well .dropdown-menu button.btn.btn-icon, .dropdown-menu .btn-info.btn-icon.exptype, .dropdown-menu .bootstrap-select.in-well button.btn-icon.exptype, .bootstrap-select.in-well .dropdown-menu button.btn-icon.exptype {
        color: #3ADFFF; }
    .btn.btn-info.btn-blank, .bootstrap-select.in-well button.btn.btn-blank, .btn-info.btn-blank.exptype, .bootstrap-select.in-well button.btn-blank.exptype, .btn.btn-info.btn-transparent, .bootstrap-select.in-well button.btn.btn-transparent, .btn-info.btn-transparent.exptype, .bootstrap-select.in-well button.btn-transparent.exptype {
      background: none !important; }
  .btn.btn-warning, .btn-warning.exptype {
    background: #F89520;
    background: linear-gradient(30deg, #ffed80 0%, #ffa3a3 100%);
    color: #303A5B; }
    .btn.btn-warning I, .btn-warning.exptype I, .btn.btn-warning span, .btn-warning.exptype span {
      color: #303A5B; }
    .btn.btn-warning.btn-icon, .btn-warning.btn-icon.exptype {
      color: #FF6500; }
    .darkmode .btn.btn-warning, .tt-menu .btn.btn-warning, .dd-options .btn.btn-warning, .popover .btn.btn-warning, .station-session-details .btn.btn-warning, .showSessionOptions .btn.btn-warning, .darkmode .btn-warning.exptype, .tt-menu .btn-warning.exptype, .dd-options .btn-warning.exptype, .popover .btn-warning.exptype, .station-session-details .btn-warning.exptype, .showSessionOptions .btn-warning.exptype, .alert .btn.btn-warning, .alert .btn-warning.exptype, .dropdown-menu .btn.btn-warning, .dropdown-menu .btn-warning.exptype {
      color: #303A5B; }
      .darkmode .btn.btn-warning I, .tt-menu .btn.btn-warning I, .dd-options .btn.btn-warning I, .popover .btn.btn-warning I, .station-session-details .btn.btn-warning I, .showSessionOptions .btn.btn-warning I, .darkmode .btn-warning.exptype I, .tt-menu .btn-warning.exptype I, .dd-options .btn-warning.exptype I, .popover .btn-warning.exptype I, .station-session-details .btn-warning.exptype I, .showSessionOptions .btn-warning.exptype I, .alert .btn.btn-warning I, .alert .btn-warning.exptype I, .dropdown-menu .btn.btn-warning I, .dropdown-menu .btn-warning.exptype I, .darkmode .btn.btn-warning span, .tt-menu .btn.btn-warning span, .dd-options .btn.btn-warning span, .popover .btn.btn-warning span, .station-session-details .btn.btn-warning span, .showSessionOptions .btn.btn-warning span, .darkmode .btn-warning.exptype span, .tt-menu .btn-warning.exptype span, .dd-options .btn-warning.exptype span, .popover .btn-warning.exptype span, .station-session-details .btn-warning.exptype span, .showSessionOptions .btn-warning.exptype span, .alert .btn.btn-warning span, .alert .btn-warning.exptype span, .dropdown-menu .btn.btn-warning span, .dropdown-menu .btn-warning.exptype span {
        color: #303A5B; }
      .darkmode .btn.btn-warning.btn-icon, .tt-menu .btn.btn-warning.btn-icon, .dd-options .btn.btn-warning.btn-icon, .popover .btn.btn-warning.btn-icon, .station-session-details .btn.btn-warning.btn-icon, .showSessionOptions .btn.btn-warning.btn-icon, .darkmode .btn-warning.btn-icon.exptype, .tt-menu .btn-warning.btn-icon.exptype, .dd-options .btn-warning.btn-icon.exptype, .popover .btn-warning.btn-icon.exptype, .station-session-details .btn-warning.btn-icon.exptype, .showSessionOptions .btn-warning.btn-icon.exptype, .alert .btn.btn-warning.btn-icon, .alert .btn-warning.btn-icon.exptype, .dropdown-menu .btn.btn-warning.btn-icon, .dropdown-menu .btn-warning.btn-icon.exptype {
        color: #FF6500; }
  .btn.btn-danger, .btn-danger.exptype {
    background: #e14164;
    background: linear-gradient(30deg, #ff635f 18.49%, #ffe2bb);
    color: #303A5B; }
    .btn.btn-danger I, .btn-danger.exptype I, .btn.btn-danger span, .btn-danger.exptype span {
      color: #303A5B; }
    .btn.btn-danger.btn-icon, .btn-danger.btn-icon.exptype {
      color: #e14164; }
  .btn.btn-disabled, .btn-disabled.exptype {
    opacity: 0.5;
    cursor: default; }
    .btn.btn-disabled:hover, .btn-disabled.exptype:hover {
      cursor: default; }
  .btn.btn-icon, .btn-icon.exptype {
    padding: 2px;
    background: none;
    box-shadow: none !important; }
    .btn.btn-icon span, .btn-icon.exptype span, .btn.btn-icon i, .btn-icon.exptype i {
      color: inherit !important; }
  .btn.btn-nowrap, .btn-nowrap.exptype {
    overflow: hidden;
    flex-wrap: nowrap;
    text-align: left; }

.btn-default.active, .active.btn-select, .updateSection > div button.active.btn-danger, .availableSessionsNew .active.option, .alert .active.btn, .alert .active.exptype, .btn-default:active, .btn-select:active, .updateSection > div button.btn-danger:active, .availableSessionsNew .option:active, .alert .btn:active, .alert .exptype:active, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-select, .updateSection > div .open > button.dropdown-toggle.btn-danger, .availableSessionsNew .open > .dropdown-toggle.option, .alert .open > .dropdown-toggle.btn, .alert .open > .dropdown-toggle.exptype {
  background-color: #DCE3F2; }
  .darkmode .btn-default.active, .tt-menu .btn-default.active, .dd-options .btn-default.active, .popover .btn-default.active, .darkmode .active.btn-select, .tt-menu .active.btn-select, .dd-options .active.btn-select, .popover .active.btn-select, .darkmode .updateSection > div button.active.btn-danger, .tt-menu .updateSection > div button.active.btn-danger, .dd-options .updateSection > div button.active.btn-danger, .popover .updateSection > div button.active.btn-danger, .updateSection > div .darkmode button.active.btn-danger, .updateSection > div .tt-menu button.active.btn-danger, .updateSection > div .dd-options button.active.btn-danger, .updateSection > div .popover button.active.btn-danger, .darkmode .availableSessionsNew .active.option, .tt-menu .availableSessionsNew .active.option, .dd-options .availableSessionsNew .active.option, .popover .availableSessionsNew .active.option, .availableSessionsNew .darkmode .active.option, .availableSessionsNew .tt-menu .active.option, .availableSessionsNew .dd-options .active.option, .availableSessionsNew .popover .active.option, .station-session-details .btn-default.active, .station-session-details .active.btn-select, .station-session-details .updateSection > div button.active.btn-danger, .updateSection > div .station-session-details button.active.btn-danger, .station-session-details .availableSessionsNew .active.option, .availableSessionsNew .station-session-details .active.option, .showSessionOptions .btn-default.active, .showSessionOptions .active.btn-select, .showSessionOptions .updateSection > div button.active.btn-danger, .updateSection > div .showSessionOptions button.active.btn-danger, .showSessionOptions .availableSessionsNew .active.option, .availableSessionsNew .showSessionOptions .active.option, .alert .btn-default.active, .alert .active.btn-select, .alert .updateSection > div button.active.btn-danger, .updateSection > div .alert button.active.btn-danger, .alert .availableSessionsNew .active.option, .availableSessionsNew .alert .active.option, .alert .active.btn, .alert .active.exptype, .dropdown-menu .btn-default.active, .dropdown-menu .active.btn-select, .dropdown-menu .updateSection > div button.active.btn-danger, .updateSection > div .dropdown-menu button.active.btn-danger, .dropdown-menu .availableSessionsNew .active.option, .availableSessionsNew .dropdown-menu .active.option, .darkmode .btn-default:active, .tt-menu .btn-default:active, .dd-options .btn-default:active, .popover .btn-default:active, .darkmode .btn-select:active, .tt-menu .btn-select:active, .dd-options .btn-select:active, .popover .btn-select:active, .darkmode .updateSection > div button.btn-danger:active, .tt-menu .updateSection > div button.btn-danger:active, .dd-options .updateSection > div button.btn-danger:active, .popover .updateSection > div button.btn-danger:active, .updateSection > div .darkmode button.btn-danger:active, .updateSection > div .tt-menu button.btn-danger:active, .updateSection > div .dd-options button.btn-danger:active, .updateSection > div .popover button.btn-danger:active, .darkmode .availableSessionsNew .option:active, .tt-menu .availableSessionsNew .option:active, .dd-options .availableSessionsNew .option:active, .popover .availableSessionsNew .option:active, .availableSessionsNew .darkmode .option:active, .availableSessionsNew .tt-menu .option:active, .availableSessionsNew .dd-options .option:active, .availableSessionsNew .popover .option:active, .station-session-details .btn-default:active, .station-session-details .btn-select:active, .station-session-details .updateSection > div button.btn-danger:active, .updateSection > div .station-session-details button.btn-danger:active, .station-session-details .availableSessionsNew .option:active, .availableSessionsNew .station-session-details .option:active, .showSessionOptions .btn-default:active, .showSessionOptions .btn-select:active, .showSessionOptions .updateSection > div button.btn-danger:active, .updateSection > div .showSessionOptions button.btn-danger:active, .showSessionOptions .availableSessionsNew .option:active, .availableSessionsNew .showSessionOptions .option:active, .alert .btn-default:active, .alert .btn-select:active, .alert .updateSection > div button.btn-danger:active, .updateSection > div .alert button.btn-danger:active, .alert .availableSessionsNew .option:active, .availableSessionsNew .alert .option:active, .alert .btn:active, .alert .exptype:active, .dropdown-menu .btn-default:active, .dropdown-menu .btn-select:active, .dropdown-menu .updateSection > div button.btn-danger:active, .updateSection > div .dropdown-menu button.btn-danger:active, .dropdown-menu .availableSessionsNew .option:active, .availableSessionsNew .dropdown-menu .option:active, .darkmode .open > .dropdown-toggle.btn-default, .tt-menu .open > .dropdown-toggle.btn-default, .dd-options .open > .dropdown-toggle.btn-default, .popover .open > .dropdown-toggle.btn-default, .darkmode .open > .dropdown-toggle.btn-select, .tt-menu .open > .dropdown-toggle.btn-select, .dd-options .open > .dropdown-toggle.btn-select, .popover .open > .dropdown-toggle.btn-select, .darkmode .updateSection > div .open > button.dropdown-toggle.btn-danger, .tt-menu .updateSection > div .open > button.dropdown-toggle.btn-danger, .dd-options .updateSection > div .open > button.dropdown-toggle.btn-danger, .popover .updateSection > div .open > button.dropdown-toggle.btn-danger, .updateSection > div .darkmode .open > button.dropdown-toggle.btn-danger, .updateSection > div .tt-menu .open > button.dropdown-toggle.btn-danger, .updateSection > div .dd-options .open > button.dropdown-toggle.btn-danger, .updateSection > div .popover .open > button.dropdown-toggle.btn-danger, .darkmode .availableSessionsNew .open > .dropdown-toggle.option, .tt-menu .availableSessionsNew .open > .dropdown-toggle.option, .dd-options .availableSessionsNew .open > .dropdown-toggle.option, .popover .availableSessionsNew .open > .dropdown-toggle.option, .availableSessionsNew .darkmode .open > .dropdown-toggle.option, .availableSessionsNew .tt-menu .open > .dropdown-toggle.option, .availableSessionsNew .dd-options .open > .dropdown-toggle.option, .availableSessionsNew .popover .open > .dropdown-toggle.option, .station-session-details .open > .dropdown-toggle.btn-default, .station-session-details .open > .dropdown-toggle.btn-select, .station-session-details .updateSection > div .open > button.dropdown-toggle.btn-danger, .updateSection > div .station-session-details .open > button.dropdown-toggle.btn-danger, .station-session-details .availableSessionsNew .open > .dropdown-toggle.option, .availableSessionsNew .station-session-details .open > .dropdown-toggle.option, .showSessionOptions .open > .dropdown-toggle.btn-default, .showSessionOptions .open > .dropdown-toggle.btn-select, .showSessionOptions .updateSection > div .open > button.dropdown-toggle.btn-danger, .updateSection > div .showSessionOptions .open > button.dropdown-toggle.btn-danger, .showSessionOptions .availableSessionsNew .open > .dropdown-toggle.option, .availableSessionsNew .showSessionOptions .open > .dropdown-toggle.option, .alert .darkmode .open > .dropdown-toggle.btn, .alert .tt-menu .open > .dropdown-toggle.btn, .alert .dd-options .open > .dropdown-toggle.btn, .alert .popover .open > .dropdown-toggle.btn, .alert .station-session-details .open > .dropdown-toggle.btn, .alert .showSessionOptions .open > .dropdown-toggle.btn, .alert .darkmode .open > .dropdown-toggle.exptype, .alert .tt-menu .open > .dropdown-toggle.exptype, .alert .dd-options .open > .dropdown-toggle.exptype, .alert .popover .open > .dropdown-toggle.exptype, .alert .station-session-details .open > .dropdown-toggle.exptype, .alert .showSessionOptions .open > .dropdown-toggle.exptype, .alert .open > .dropdown-toggle.btn-default, .alert .open > .dropdown-toggle.btn-select, .alert .updateSection > div .open > button.dropdown-toggle.btn-danger, .updateSection > div .alert .open > button.dropdown-toggle.btn-danger, .alert .availableSessionsNew .open > .dropdown-toggle.option, .availableSessionsNew .alert .open > .dropdown-toggle.option, .alert .open > .dropdown-toggle.btn, .alert .open > .dropdown-toggle.exptype, .dropdown-menu .open > .dropdown-toggle.btn-default, .dropdown-menu .open > .dropdown-toggle.btn-select, .dropdown-menu .updateSection > div .open > button.dropdown-toggle.btn-danger, .updateSection > div .dropdown-menu .open > button.dropdown-toggle.btn-danger, .dropdown-menu .availableSessionsNew .open > .dropdown-toggle.option, .availableSessionsNew .dropdown-menu .open > .dropdown-toggle.option, .alert .dropdown-menu .open > .dropdown-toggle.btn, .alert .dropdown-menu .open > .dropdown-toggle.exptype {
    background-color: rgba(255, 255, 255, 0.12); }

.btn-default.active.focus, .active.focus.btn-select, .updateSection > div button.active.focus.btn-danger, .availableSessionsNew .active.focus.option, .alert .active.focus.btn, .alert .focus.exptype, .btn-default.active:focus, .active.btn-select:focus, .updateSection > div button.active.btn-danger:focus, .availableSessionsNew .active.option:focus, .alert .active.btn:focus, .alert .active.exptype:focus, .btn-default.active:hover, .active.btn-select:hover, .updateSection > div button.active.btn-danger:hover, .availableSessionsNew .active.option:hover, .alert .active.btn:hover, .alert .active.exptype:hover, .btn-default:active.focus, .btn-select:active.focus, .updateSection > div button.btn-danger:active.focus, .availableSessionsNew .option:active.focus, .alert .btn:active.focus, .btn-default:active:focus, .btn-select:active:focus, .updateSection > div button.btn-danger:active:focus, .availableSessionsNew .option:active:focus, .alert .btn:active:focus, .alert .exptype:active:focus, .btn-default:active:hover, .btn-select:active:hover, .updateSection > div button.btn-danger:active:hover, .availableSessionsNew .option:active:hover, .alert .btn:active:hover, .alert .exptype:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.focus.btn-select, .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .availableSessionsNew .open > .dropdown-toggle.focus.option, .alert .open > .dropdown-toggle.focus.btn, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-select:focus, .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .availableSessionsNew .open > .dropdown-toggle.option:focus, .alert .open > .dropdown-toggle.btn:focus, .alert .open > .dropdown-toggle.exptype:focus, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-select:hover, .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .availableSessionsNew .open > .dropdown-toggle.option:hover, .alert .open > .dropdown-toggle.btn:hover, .alert .open > .dropdown-toggle.exptype:hover {
  color: #303A5B !important; }
  .darkmode .btn-default.active.focus, .tt-menu .btn-default.active.focus, .dd-options .btn-default.active.focus, .popover .btn-default.active.focus, .darkmode .active.focus.btn-select, .tt-menu .active.focus.btn-select, .dd-options .active.focus.btn-select, .popover .active.focus.btn-select, .darkmode .updateSection > div button.active.focus.btn-danger, .tt-menu .updateSection > div button.active.focus.btn-danger, .dd-options .updateSection > div button.active.focus.btn-danger, .popover .updateSection > div button.active.focus.btn-danger, .updateSection > div .darkmode button.active.focus.btn-danger, .updateSection > div .tt-menu button.active.focus.btn-danger, .updateSection > div .dd-options button.active.focus.btn-danger, .updateSection > div .popover button.active.focus.btn-danger, .darkmode .availableSessionsNew .active.focus.option, .tt-menu .availableSessionsNew .active.focus.option, .dd-options .availableSessionsNew .active.focus.option, .popover .availableSessionsNew .active.focus.option, .availableSessionsNew .darkmode .active.focus.option, .availableSessionsNew .tt-menu .active.focus.option, .availableSessionsNew .dd-options .active.focus.option, .availableSessionsNew .popover .active.focus.option, .station-session-details .btn-default.active.focus, .station-session-details .active.focus.btn-select, .station-session-details .updateSection > div button.active.focus.btn-danger, .updateSection > div .station-session-details button.active.focus.btn-danger, .station-session-details .availableSessionsNew .active.focus.option, .availableSessionsNew .station-session-details .active.focus.option, .showSessionOptions .btn-default.active.focus, .showSessionOptions .active.focus.btn-select, .showSessionOptions .updateSection > div button.active.focus.btn-danger, .updateSection > div .showSessionOptions button.active.focus.btn-danger, .showSessionOptions .availableSessionsNew .active.focus.option, .availableSessionsNew .showSessionOptions .active.focus.option, .alert .btn-default.active.focus, .alert .active.focus.btn-select, .alert .updateSection > div button.active.focus.btn-danger, .updateSection > div .alert button.active.focus.btn-danger, .alert .availableSessionsNew .active.focus.option, .availableSessionsNew .alert .active.focus.option, .alert .active.focus.btn, .alert .focus.exptype, .dropdown-menu .btn-default.active.focus, .dropdown-menu .active.focus.btn-select, .dropdown-menu .updateSection > div button.active.focus.btn-danger, .updateSection > div .dropdown-menu button.active.focus.btn-danger, .dropdown-menu .availableSessionsNew .active.focus.option, .availableSessionsNew .dropdown-menu .active.focus.option, .darkmode .btn-default.active:focus, .tt-menu .btn-default.active:focus, .dd-options .btn-default.active:focus, .popover .btn-default.active:focus, .darkmode .active.btn-select:focus, .tt-menu .active.btn-select:focus, .dd-options .active.btn-select:focus, .popover .active.btn-select:focus, .darkmode .updateSection > div button.active.btn-danger:focus, .tt-menu .updateSection > div button.active.btn-danger:focus, .dd-options .updateSection > div button.active.btn-danger:focus, .popover .updateSection > div button.active.btn-danger:focus, .updateSection > div .darkmode button.active.btn-danger:focus, .updateSection > div .tt-menu button.active.btn-danger:focus, .updateSection > div .dd-options button.active.btn-danger:focus, .updateSection > div .popover button.active.btn-danger:focus, .darkmode .availableSessionsNew .active.option:focus, .tt-menu .availableSessionsNew .active.option:focus, .dd-options .availableSessionsNew .active.option:focus, .popover .availableSessionsNew .active.option:focus, .availableSessionsNew .darkmode .active.option:focus, .availableSessionsNew .tt-menu .active.option:focus, .availableSessionsNew .dd-options .active.option:focus, .availableSessionsNew .popover .active.option:focus, .station-session-details .btn-default.active:focus, .station-session-details .active.btn-select:focus, .station-session-details .updateSection > div button.active.btn-danger:focus, .updateSection > div .station-session-details button.active.btn-danger:focus, .station-session-details .availableSessionsNew .active.option:focus, .availableSessionsNew .station-session-details .active.option:focus, .showSessionOptions .btn-default.active:focus, .showSessionOptions .active.btn-select:focus, .showSessionOptions .updateSection > div button.active.btn-danger:focus, .updateSection > div .showSessionOptions button.active.btn-danger:focus, .showSessionOptions .availableSessionsNew .active.option:focus, .availableSessionsNew .showSessionOptions .active.option:focus, .alert .btn-default.active:focus, .alert .active.btn-select:focus, .alert .updateSection > div button.active.btn-danger:focus, .updateSection > div .alert button.active.btn-danger:focus, .alert .availableSessionsNew .active.option:focus, .availableSessionsNew .alert .active.option:focus, .alert .active.btn:focus, .alert .active.exptype:focus, .dropdown-menu .btn-default.active:focus, .dropdown-menu .active.btn-select:focus, .dropdown-menu .updateSection > div button.active.btn-danger:focus, .updateSection > div .dropdown-menu button.active.btn-danger:focus, .dropdown-menu .availableSessionsNew .active.option:focus, .availableSessionsNew .dropdown-menu .active.option:focus, .darkmode .btn-default.active:hover, .tt-menu .btn-default.active:hover, .dd-options .btn-default.active:hover, .popover .btn-default.active:hover, .darkmode .active.btn-select:hover, .tt-menu .active.btn-select:hover, .dd-options .active.btn-select:hover, .popover .active.btn-select:hover, .darkmode .updateSection > div button.active.btn-danger:hover, .tt-menu .updateSection > div button.active.btn-danger:hover, .dd-options .updateSection > div button.active.btn-danger:hover, .popover .updateSection > div button.active.btn-danger:hover, .updateSection > div .darkmode button.active.btn-danger:hover, .updateSection > div .tt-menu button.active.btn-danger:hover, .updateSection > div .dd-options button.active.btn-danger:hover, .updateSection > div .popover button.active.btn-danger:hover, .darkmode .availableSessionsNew .active.option:hover, .tt-menu .availableSessionsNew .active.option:hover, .dd-options .availableSessionsNew .active.option:hover, .popover .availableSessionsNew .active.option:hover, .availableSessionsNew .darkmode .active.option:hover, .availableSessionsNew .tt-menu .active.option:hover, .availableSessionsNew .dd-options .active.option:hover, .availableSessionsNew .popover .active.option:hover, .station-session-details .btn-default.active:hover, .station-session-details .active.btn-select:hover, .station-session-details .updateSection > div button.active.btn-danger:hover, .updateSection > div .station-session-details button.active.btn-danger:hover, .station-session-details .availableSessionsNew .active.option:hover, .availableSessionsNew .station-session-details .active.option:hover, .showSessionOptions .btn-default.active:hover, .showSessionOptions .active.btn-select:hover, .showSessionOptions .updateSection > div button.active.btn-danger:hover, .updateSection > div .showSessionOptions button.active.btn-danger:hover, .showSessionOptions .availableSessionsNew .active.option:hover, .availableSessionsNew .showSessionOptions .active.option:hover, .alert .btn-default.active:hover, .alert .active.btn-select:hover, .alert .updateSection > div button.active.btn-danger:hover, .updateSection > div .alert button.active.btn-danger:hover, .alert .availableSessionsNew .active.option:hover, .availableSessionsNew .alert .active.option:hover, .alert .active.btn:hover, .alert .active.exptype:hover, .dropdown-menu .btn-default.active:hover, .dropdown-menu .active.btn-select:hover, .dropdown-menu .updateSection > div button.active.btn-danger:hover, .updateSection > div .dropdown-menu button.active.btn-danger:hover, .dropdown-menu .availableSessionsNew .active.option:hover, .availableSessionsNew .dropdown-menu .active.option:hover, .darkmode .btn-default:active.focus, .tt-menu .btn-default:active.focus, .dd-options .btn-default:active.focus, .popover .btn-default:active.focus, .darkmode .btn-select:active.focus, .tt-menu .btn-select:active.focus, .dd-options .btn-select:active.focus, .popover .btn-select:active.focus, .darkmode .updateSection > div button.btn-danger:active.focus, .tt-menu .updateSection > div button.btn-danger:active.focus, .dd-options .updateSection > div button.btn-danger:active.focus, .popover .updateSection > div button.btn-danger:active.focus, .updateSection > div .darkmode button.btn-danger:active.focus, .updateSection > div .tt-menu button.btn-danger:active.focus, .updateSection > div .dd-options button.btn-danger:active.focus, .updateSection > div .popover button.btn-danger:active.focus, .darkmode .availableSessionsNew .option:active.focus, .tt-menu .availableSessionsNew .option:active.focus, .dd-options .availableSessionsNew .option:active.focus, .popover .availableSessionsNew .option:active.focus, .availableSessionsNew .darkmode .option:active.focus, .availableSessionsNew .tt-menu .option:active.focus, .availableSessionsNew .dd-options .option:active.focus, .availableSessionsNew .popover .option:active.focus, .station-session-details .btn-default:active.focus, .station-session-details .btn-select:active.focus, .station-session-details .updateSection > div button.btn-danger:active.focus, .updateSection > div .station-session-details button.btn-danger:active.focus, .station-session-details .availableSessionsNew .option:active.focus, .availableSessionsNew .station-session-details .option:active.focus, .showSessionOptions .btn-default:active.focus, .showSessionOptions .btn-select:active.focus, .showSessionOptions .updateSection > div button.btn-danger:active.focus, .updateSection > div .showSessionOptions button.btn-danger:active.focus, .showSessionOptions .availableSessionsNew .option:active.focus, .availableSessionsNew .showSessionOptions .option:active.focus, .alert .btn-default:active.focus, .alert .btn-select:active.focus, .alert .updateSection > div button.btn-danger:active.focus, .updateSection > div .alert button.btn-danger:active.focus, .alert .availableSessionsNew .option:active.focus, .availableSessionsNew .alert .option:active.focus, .alert .btn:active.focus, .dropdown-menu .btn-default:active.focus, .dropdown-menu .btn-select:active.focus, .dropdown-menu .updateSection > div button.btn-danger:active.focus, .updateSection > div .dropdown-menu button.btn-danger:active.focus, .dropdown-menu .availableSessionsNew .option:active.focus, .availableSessionsNew .dropdown-menu .option:active.focus, .darkmode .btn-default:active:focus, .tt-menu .btn-default:active:focus, .dd-options .btn-default:active:focus, .popover .btn-default:active:focus, .darkmode .btn-select:active:focus, .tt-menu .btn-select:active:focus, .dd-options .btn-select:active:focus, .popover .btn-select:active:focus, .darkmode .updateSection > div button.btn-danger:active:focus, .tt-menu .updateSection > div button.btn-danger:active:focus, .dd-options .updateSection > div button.btn-danger:active:focus, .popover .updateSection > div button.btn-danger:active:focus, .updateSection > div .darkmode button.btn-danger:active:focus, .updateSection > div .tt-menu button.btn-danger:active:focus, .updateSection > div .dd-options button.btn-danger:active:focus, .updateSection > div .popover button.btn-danger:active:focus, .darkmode .availableSessionsNew .option:active:focus, .tt-menu .availableSessionsNew .option:active:focus, .dd-options .availableSessionsNew .option:active:focus, .popover .availableSessionsNew .option:active:focus, .availableSessionsNew .darkmode .option:active:focus, .availableSessionsNew .tt-menu .option:active:focus, .availableSessionsNew .dd-options .option:active:focus, .availableSessionsNew .popover .option:active:focus, .station-session-details .btn-default:active:focus, .station-session-details .btn-select:active:focus, .station-session-details .updateSection > div button.btn-danger:active:focus, .updateSection > div .station-session-details button.btn-danger:active:focus, .station-session-details .availableSessionsNew .option:active:focus, .availableSessionsNew .station-session-details .option:active:focus, .showSessionOptions .btn-default:active:focus, .showSessionOptions .btn-select:active:focus, .showSessionOptions .updateSection > div button.btn-danger:active:focus, .updateSection > div .showSessionOptions button.btn-danger:active:focus, .showSessionOptions .availableSessionsNew .option:active:focus, .availableSessionsNew .showSessionOptions .option:active:focus, .alert .btn-default:active:focus, .alert .btn-select:active:focus, .alert .updateSection > div button.btn-danger:active:focus, .updateSection > div .alert button.btn-danger:active:focus, .alert .availableSessionsNew .option:active:focus, .availableSessionsNew .alert .option:active:focus, .alert .btn:active:focus, .alert .exptype:active:focus, .dropdown-menu .btn-default:active:focus, .dropdown-menu .btn-select:active:focus, .dropdown-menu .updateSection > div button.btn-danger:active:focus, .updateSection > div .dropdown-menu button.btn-danger:active:focus, .dropdown-menu .availableSessionsNew .option:active:focus, .availableSessionsNew .dropdown-menu .option:active:focus, .darkmode .btn-default:active:hover, .tt-menu .btn-default:active:hover, .dd-options .btn-default:active:hover, .popover .btn-default:active:hover, .darkmode .btn-select:active:hover, .tt-menu .btn-select:active:hover, .dd-options .btn-select:active:hover, .popover .btn-select:active:hover, .darkmode .updateSection > div button.btn-danger:active:hover, .tt-menu .updateSection > div button.btn-danger:active:hover, .dd-options .updateSection > div button.btn-danger:active:hover, .popover .updateSection > div button.btn-danger:active:hover, .updateSection > div .darkmode button.btn-danger:active:hover, .updateSection > div .tt-menu button.btn-danger:active:hover, .updateSection > div .dd-options button.btn-danger:active:hover, .updateSection > div .popover button.btn-danger:active:hover, .darkmode .availableSessionsNew .option:active:hover, .tt-menu .availableSessionsNew .option:active:hover, .dd-options .availableSessionsNew .option:active:hover, .popover .availableSessionsNew .option:active:hover, .availableSessionsNew .darkmode .option:active:hover, .availableSessionsNew .tt-menu .option:active:hover, .availableSessionsNew .dd-options .option:active:hover, .availableSessionsNew .popover .option:active:hover, .station-session-details .btn-default:active:hover, .station-session-details .btn-select:active:hover, .station-session-details .updateSection > div button.btn-danger:active:hover, .updateSection > div .station-session-details button.btn-danger:active:hover, .station-session-details .availableSessionsNew .option:active:hover, .availableSessionsNew .station-session-details .option:active:hover, .showSessionOptions .btn-default:active:hover, .showSessionOptions .btn-select:active:hover, .showSessionOptions .updateSection > div button.btn-danger:active:hover, .updateSection > div .showSessionOptions button.btn-danger:active:hover, .showSessionOptions .availableSessionsNew .option:active:hover, .availableSessionsNew .showSessionOptions .option:active:hover, .alert .btn-default:active:hover, .alert .btn-select:active:hover, .alert .updateSection > div button.btn-danger:active:hover, .updateSection > div .alert button.btn-danger:active:hover, .alert .availableSessionsNew .option:active:hover, .availableSessionsNew .alert .option:active:hover, .alert .btn:active:hover, .alert .exptype:active:hover, .dropdown-menu .btn-default:active:hover, .dropdown-menu .btn-select:active:hover, .dropdown-menu .updateSection > div button.btn-danger:active:hover, .updateSection > div .dropdown-menu button.btn-danger:active:hover, .dropdown-menu .availableSessionsNew .option:active:hover, .availableSessionsNew .dropdown-menu .option:active:hover, .darkmode .open > .dropdown-toggle.btn-default.focus, .tt-menu .open > .dropdown-toggle.btn-default.focus, .dd-options .open > .dropdown-toggle.btn-default.focus, .popover .open > .dropdown-toggle.btn-default.focus, .darkmode .open > .dropdown-toggle.focus.btn-select, .tt-menu .open > .dropdown-toggle.focus.btn-select, .dd-options .open > .dropdown-toggle.focus.btn-select, .popover .open > .dropdown-toggle.focus.btn-select, .darkmode .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .tt-menu .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .dd-options .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .popover .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .darkmode .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .tt-menu .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .dd-options .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .popover .open > button.dropdown-toggle.focus.btn-danger, .darkmode .availableSessionsNew .open > .dropdown-toggle.focus.option, .tt-menu .availableSessionsNew .open > .dropdown-toggle.focus.option, .dd-options .availableSessionsNew .open > .dropdown-toggle.focus.option, .popover .availableSessionsNew .open > .dropdown-toggle.focus.option, .availableSessionsNew .darkmode .open > .dropdown-toggle.focus.option, .availableSessionsNew .tt-menu .open > .dropdown-toggle.focus.option, .availableSessionsNew .dd-options .open > .dropdown-toggle.focus.option, .availableSessionsNew .popover .open > .dropdown-toggle.focus.option, .station-session-details .open > .dropdown-toggle.btn-default.focus, .station-session-details .open > .dropdown-toggle.focus.btn-select, .station-session-details .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .station-session-details .open > button.dropdown-toggle.focus.btn-danger, .station-session-details .availableSessionsNew .open > .dropdown-toggle.focus.option, .availableSessionsNew .station-session-details .open > .dropdown-toggle.focus.option, .showSessionOptions .open > .dropdown-toggle.btn-default.focus, .showSessionOptions .open > .dropdown-toggle.focus.btn-select, .showSessionOptions .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .showSessionOptions .open > button.dropdown-toggle.focus.btn-danger, .showSessionOptions .availableSessionsNew .open > .dropdown-toggle.focus.option, .availableSessionsNew .showSessionOptions .open > .dropdown-toggle.focus.option, .alert .darkmode .open > .dropdown-toggle.focus.btn, .alert .tt-menu .open > .dropdown-toggle.focus.btn, .alert .dd-options .open > .dropdown-toggle.focus.btn, .alert .popover .open > .dropdown-toggle.focus.btn, .alert .station-session-details .open > .dropdown-toggle.focus.btn, .alert .showSessionOptions .open > .dropdown-toggle.focus.btn, .alert .open > .dropdown-toggle.btn-default.focus, .alert .open > .dropdown-toggle.focus.btn-select, .alert .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .alert .open > button.dropdown-toggle.focus.btn-danger, .alert .availableSessionsNew .open > .dropdown-toggle.focus.option, .availableSessionsNew .alert .open > .dropdown-toggle.focus.option, .alert .open > .dropdown-toggle.focus.btn, .dropdown-menu .open > .dropdown-toggle.btn-default.focus, .dropdown-menu .open > .dropdown-toggle.focus.btn-select, .dropdown-menu .updateSection > div .open > button.dropdown-toggle.focus.btn-danger, .updateSection > div .dropdown-menu .open > button.dropdown-toggle.focus.btn-danger, .dropdown-menu .availableSessionsNew .open > .dropdown-toggle.focus.option, .availableSessionsNew .dropdown-menu .open > .dropdown-toggle.focus.option, .alert .dropdown-menu .open > .dropdown-toggle.focus.btn, .darkmode .open > .dropdown-toggle.btn-default:focus, .tt-menu .open > .dropdown-toggle.btn-default:focus, .dd-options .open > .dropdown-toggle.btn-default:focus, .popover .open > .dropdown-toggle.btn-default:focus, .darkmode .open > .dropdown-toggle.btn-select:focus, .tt-menu .open > .dropdown-toggle.btn-select:focus, .dd-options .open > .dropdown-toggle.btn-select:focus, .popover .open > .dropdown-toggle.btn-select:focus, .darkmode .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .tt-menu .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .dd-options .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .popover .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .darkmode .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .tt-menu .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .dd-options .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .popover .open > button.dropdown-toggle.btn-danger:focus, .darkmode .availableSessionsNew .open > .dropdown-toggle.option:focus, .tt-menu .availableSessionsNew .open > .dropdown-toggle.option:focus, .dd-options .availableSessionsNew .open > .dropdown-toggle.option:focus, .popover .availableSessionsNew .open > .dropdown-toggle.option:focus, .availableSessionsNew .darkmode .open > .dropdown-toggle.option:focus, .availableSessionsNew .tt-menu .open > .dropdown-toggle.option:focus, .availableSessionsNew .dd-options .open > .dropdown-toggle.option:focus, .availableSessionsNew .popover .open > .dropdown-toggle.option:focus, .station-session-details .open > .dropdown-toggle.btn-default:focus, .station-session-details .open > .dropdown-toggle.btn-select:focus, .station-session-details .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .station-session-details .open > button.dropdown-toggle.btn-danger:focus, .station-session-details .availableSessionsNew .open > .dropdown-toggle.option:focus, .availableSessionsNew .station-session-details .open > .dropdown-toggle.option:focus, .showSessionOptions .open > .dropdown-toggle.btn-default:focus, .showSessionOptions .open > .dropdown-toggle.btn-select:focus, .showSessionOptions .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .showSessionOptions .open > button.dropdown-toggle.btn-danger:focus, .showSessionOptions .availableSessionsNew .open > .dropdown-toggle.option:focus, .availableSessionsNew .showSessionOptions .open > .dropdown-toggle.option:focus, .alert .darkmode .open > .dropdown-toggle.btn:focus, .alert .tt-menu .open > .dropdown-toggle.btn:focus, .alert .dd-options .open > .dropdown-toggle.btn:focus, .alert .popover .open > .dropdown-toggle.btn:focus, .alert .station-session-details .open > .dropdown-toggle.btn:focus, .alert .showSessionOptions .open > .dropdown-toggle.btn:focus, .alert .darkmode .open > .dropdown-toggle.exptype:focus, .alert .tt-menu .open > .dropdown-toggle.exptype:focus, .alert .dd-options .open > .dropdown-toggle.exptype:focus, .alert .popover .open > .dropdown-toggle.exptype:focus, .alert .station-session-details .open > .dropdown-toggle.exptype:focus, .alert .showSessionOptions .open > .dropdown-toggle.exptype:focus, .alert .open > .dropdown-toggle.btn-default:focus, .alert .open > .dropdown-toggle.btn-select:focus, .alert .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .alert .open > button.dropdown-toggle.btn-danger:focus, .alert .availableSessionsNew .open > .dropdown-toggle.option:focus, .availableSessionsNew .alert .open > .dropdown-toggle.option:focus, .alert .open > .dropdown-toggle.btn:focus, .alert .open > .dropdown-toggle.exptype:focus, .dropdown-menu .open > .dropdown-toggle.btn-default:focus, .dropdown-menu .open > .dropdown-toggle.btn-select:focus, .dropdown-menu .updateSection > div .open > button.dropdown-toggle.btn-danger:focus, .updateSection > div .dropdown-menu .open > button.dropdown-toggle.btn-danger:focus, .dropdown-menu .availableSessionsNew .open > .dropdown-toggle.option:focus, .availableSessionsNew .dropdown-menu .open > .dropdown-toggle.option:focus, .alert .dropdown-menu .open > .dropdown-toggle.btn:focus, .alert .dropdown-menu .open > .dropdown-toggle.exptype:focus, .darkmode .open > .dropdown-toggle.btn-default:hover, .tt-menu .open > .dropdown-toggle.btn-default:hover, .dd-options .open > .dropdown-toggle.btn-default:hover, .popover .open > .dropdown-toggle.btn-default:hover, .darkmode .open > .dropdown-toggle.btn-select:hover, .tt-menu .open > .dropdown-toggle.btn-select:hover, .dd-options .open > .dropdown-toggle.btn-select:hover, .popover .open > .dropdown-toggle.btn-select:hover, .darkmode .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .tt-menu .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .dd-options .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .popover .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .darkmode .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .tt-menu .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .dd-options .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .popover .open > button.dropdown-toggle.btn-danger:hover, .darkmode .availableSessionsNew .open > .dropdown-toggle.option:hover, .tt-menu .availableSessionsNew .open > .dropdown-toggle.option:hover, .dd-options .availableSessionsNew .open > .dropdown-toggle.option:hover, .popover .availableSessionsNew .open > .dropdown-toggle.option:hover, .availableSessionsNew .darkmode .open > .dropdown-toggle.option:hover, .availableSessionsNew .tt-menu .open > .dropdown-toggle.option:hover, .availableSessionsNew .dd-options .open > .dropdown-toggle.option:hover, .availableSessionsNew .popover .open > .dropdown-toggle.option:hover, .station-session-details .open > .dropdown-toggle.btn-default:hover, .station-session-details .open > .dropdown-toggle.btn-select:hover, .station-session-details .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .station-session-details .open > button.dropdown-toggle.btn-danger:hover, .station-session-details .availableSessionsNew .open > .dropdown-toggle.option:hover, .availableSessionsNew .station-session-details .open > .dropdown-toggle.option:hover, .showSessionOptions .open > .dropdown-toggle.btn-default:hover, .showSessionOptions .open > .dropdown-toggle.btn-select:hover, .showSessionOptions .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .showSessionOptions .open > button.dropdown-toggle.btn-danger:hover, .showSessionOptions .availableSessionsNew .open > .dropdown-toggle.option:hover, .availableSessionsNew .showSessionOptions .open > .dropdown-toggle.option:hover, .alert .darkmode .open > .dropdown-toggle.btn:hover, .alert .tt-menu .open > .dropdown-toggle.btn:hover, .alert .dd-options .open > .dropdown-toggle.btn:hover, .alert .popover .open > .dropdown-toggle.btn:hover, .alert .station-session-details .open > .dropdown-toggle.btn:hover, .alert .showSessionOptions .open > .dropdown-toggle.btn:hover, .alert .darkmode .open > .dropdown-toggle.exptype:hover, .alert .tt-menu .open > .dropdown-toggle.exptype:hover, .alert .dd-options .open > .dropdown-toggle.exptype:hover, .alert .popover .open > .dropdown-toggle.exptype:hover, .alert .station-session-details .open > .dropdown-toggle.exptype:hover, .alert .showSessionOptions .open > .dropdown-toggle.exptype:hover, .alert .open > .dropdown-toggle.btn-default:hover, .alert .open > .dropdown-toggle.btn-select:hover, .alert .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .alert .open > button.dropdown-toggle.btn-danger:hover, .alert .availableSessionsNew .open > .dropdown-toggle.option:hover, .availableSessionsNew .alert .open > .dropdown-toggle.option:hover, .alert .open > .dropdown-toggle.btn:hover, .alert .open > .dropdown-toggle.exptype:hover, .dropdown-menu .open > .dropdown-toggle.btn-default:hover, .dropdown-menu .open > .dropdown-toggle.btn-select:hover, .dropdown-menu .updateSection > div .open > button.dropdown-toggle.btn-danger:hover, .updateSection > div .dropdown-menu .open > button.dropdown-toggle.btn-danger:hover, .dropdown-menu .availableSessionsNew .open > .dropdown-toggle.option:hover, .availableSessionsNew .dropdown-menu .open > .dropdown-toggle.option:hover, .alert .dropdown-menu .open > .dropdown-toggle.btn:hover, .alert .dropdown-menu .open > .dropdown-toggle.exptype:hover {
    color: #3ADFFF !important; }

.btn-primary.active, #v4 .active.btn-primary, #v4 .availableSessionsNew .active.option.selected, .availableSessionsNew #v4 .active.option.selected, .availableSessionsNew .active.option.selected, .btn-primary:active, #v4 .btn-primary:active, #v4 .availableSessionsNew .option.selected:active, .availableSessionsNew #v4 .option.selected:active, .availableSessionsNew .option.selected:active, .open > .dropdown-toggle.btn-primary, #v4 .open > .dropdown-toggle.btn-primary, #v4 .availableSessionsNew .open > .dropdown-toggle.option.selected, .availableSessionsNew #v4 .open > .dropdown-toggle.option.selected, .availableSessionsNew .open > .dropdown-toggle.option.selected {
  color: #303A5B !important;
  background: linear-gradient(30deg, #3adfff 33%, #90a5e9) !important;
  border: none !important; }

.dropdown-menu {
  flex-direction: column;
  border-radius: 16px;
  background-color: #303A5B;
  background: linear-gradient(180deg, rgba(58, 223, 255, 0.16) 0%, rgba(143, 137, 227, 0) 51.81%, rgba(228, 50, 199, 0.12) 100%), #303A5B;
  padding: 5px 0;
  border-color: transparent;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.38); }
  .dropdown-menu li {
    display: inline-flex;
    padding: 0;
    width: 100%; }
  .dropdown-menu li:hover I,
  .dropdown-menu li:hover span,
  .dropdown-menu li:hover a {
    color: #3ADFFF;
    background-color: none; }
  .dropdown-menu li a {
    display: inline-flex !important;
    width: 100%;
    color: white;
    padding: 10px !important;
    gap: 10px;
    line-height: 24px; }
    .dropdown-menu li a.btn, .dropdown-menu li a.exptype {
      margin-bottom: 5px; }
    .dropdown-menu li a I {
      padding: 0; }
    .dropdown-menu li a span {
      padding: 0 10px 0 0;
      line-height: 24px; }
  .dropdown-menu li:hover a {
    background: rgba(255, 255, 255, 0.1); }
  .dropdown-menu li.disabled, .dropdown-menu li.disabled a, .dropdown-menu li.disabled i, .dropdown-menu li.disabled span {
    color: white;
    opacity: 0.75; }
  .dropdown-menu li.active a {
    background-color: rgba(255, 255, 255, 0.1); }
    .dropdown-menu li.active a span {
      color: #3ADFFF; }
  .dropdown-menu li.divider {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none; }
  .dropdown-menu li.dropdown-header {
    font-size: 1em;
    color: white;
    opacity: 0.75;
    pointer-events: none;
    padding: 10px 15px 5px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .inner .dropdown-menu {
    display: flex; }

.input-group .dropdown-menu {
  border: none;
  border-radius: 16px; }

.dropdown button span.translated {
  max-width: calc(100% - 48px); }

@media screen and (max-width: 767px) {
  .dropdown button.btn-block-mobile {
    max-width: 100% !important;
    width: 100%  !important;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .admin-ops .dropdown {
    width: 100%; } }

.dropdown .btn-big span.translated {
  max-width: 100%; }

.alert {
  border-radius: 16px !important; }
  .alert.alert-danger {
    background-color: #e14164; }

.alert-info {
  background-color: #3ADFFF;
  color: #303A5B; }
  .darkmode .alert-info, .tt-menu .alert-info, .dd-options .alert-info, .popover .alert-info, .station-session-details .alert-info, .showSessionOptions .alert-info, .dropdown-menu .alert-info, .alert .alert-info {
    background-color: rgba(58, 223, 255, 0.1);
    color: white; }
    .darkmode .alert-info a, .tt-menu .alert-info a, .dd-options .alert-info a, .popover .alert-info a, .station-session-details .alert-info a, .showSessionOptions .alert-info a, .dropdown-menu .alert-info a, .alert .alert-info a, .darkmode .alert-info span, .tt-menu .alert-info span, .dd-options .alert-info span, .popover .alert-info span, .station-session-details .alert-info span, .showSessionOptions .alert-info span, .dropdown-menu .alert-info span, .alert .alert-info span, .darkmode .alert-info i, .tt-menu .alert-info i, .dd-options .alert-info i, .popover .alert-info i, .station-session-details .alert-info i, .showSessionOptions .alert-info i, .dropdown-menu .alert-info i, .alert .alert-info i {
      color: white; }
    .darkmode .alert-info p, .tt-menu .alert-info p, .dd-options .alert-info p, .popover .alert-info p, .station-session-details .alert-info p, .showSessionOptions .alert-info p, .dropdown-menu .alert-info p, .alert .alert-info p {
      margin-bottom: 0; }

section.box {
  border-radius: 8px; }
  section.box .panel_header .title {
    border-radius: 8px 0 0 0 !important; }
    section.box .panel_header .title:after {
      border-radius: 3px; }
  section.box .panel_header .actions {
    display: inline-flex;
    align-items: center;
    background: none;
    position: absolute;
    padding-right: 5px;
    border: none !important; }
    section.box .panel_header .actions::before {
      display: none; }
    section.box .panel_header .actions i {
      margin: 5px !important; }
  section.box .content-body {
    border-radius: 0px 8px 8px 8px; }
    @media screen and (max-width: 767px) {
      section.box .content-body {
        border-radius: 0px 0px 8px 8px;
        padding: 15px !important; } }
.darkmode .panel, .tt-menu .panel, .dd-options .panel, .popover .panel, .station-session-details .panel, .showSessionOptions .panel, .dropdown-menu .panel, .alert .panel {
  background: none;
  border-radius: 8px; }
  .darkmode .panel.panel-default, .tt-menu .panel.panel-default, .dd-options .panel.panel-default, .popover .panel.panel-default, .station-session-details .panel.panel-default, .showSessionOptions .panel.panel-default, .dropdown-menu .panel.panel-default, .alert .panel.panel-default {
    background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35));
    border: none; }
    .darkmode .panel.panel-default .panel-heading, .tt-menu .panel.panel-default .panel-heading, .dd-options .panel.panel-default .panel-heading, .popover .panel.panel-default .panel-heading, .station-session-details .panel.panel-default .panel-heading, .showSessionOptions .panel.panel-default .panel-heading, .dropdown-menu .panel.panel-default .panel-heading, .alert .panel.panel-default .panel-heading {
      border: none;
      background: none;
      color: white; }

.vr-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M18,9C19.11,9 20,9.89 20,11V14C20,15.11 19.11,16 18,16H15.77L14.53,14.77C13.78,14 12.77,13.6 11.7,13.6C10.63,13.6 9.63,14 8.87,14.77L7.64,16H6C4.89,16 4,15.11 4,14V11C4,9.89 4.89,9 6,9H18M18,7H6A4,4 0 0,0 2,11H2L1,11V14H2V14A4,4 0 0,0 6,18H8.5C8.54,17.94 8.59,17.88 10.29,16.18C10.68,15.79 11.19,15.6 11.7,15.6C12.22,15.6 12.73,15.79 13.12,16.18L14.91,18H18A4,4 0 0,0 22,14H22L23,14V11H22V11A4,4 0 0,0 18,7Z' /%3E%3C/svg%3E"); }

.no-after:after {
  content: none !important; }

.purple-text-gradient {
  color: #303A5B;
  background: -webkit-linear-gradient(0deg, rgba(214, 114, 229, 0.66) 0%, rgba(175, 180, 247, 0.333438) 49.48%, rgba(124, 178, 208, 0.66) 100%), #303A5B !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

.station {
  display: flex;
  height: auto !important;
  width: 350px; }
  @media screen and (max-width: 890px) {
    .station {
      width: 100%;
      max-width: 100%; } }
  .station .station-section {
    box-shadow: 2px 2px 4px #CE89FF, 4px 4px 4px rgba(58, 223, 255, 0.5);
    width: 100%;
    height: inherit; }

.device-battery {
  display: inline-flex;
  align-items: center;
  font-size: 1.2em;
  color: #9BA0AA; }
  .device-battery img:last-child {
    margin-right: 4px; }

.device-battery-default {
  color: #9BA0AA; }

.device-battery-danger {
  color: #e14164; }

.exptype {
  font-size: 1em;
  background-color: #EBEDFD;
  color: #303A5B;
  height: 30px;
  border-radius: 15px !important; }

.walkin-menu {
  display: flex;
  flex-wrap: wrap; }

.btn-walkin-duration {
  font-size: 1em !important;
  height: 30px;
  border-radius: 15px;
  margin: 4px; }

.stations-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 345px);
  grid-gap: 0rem;
  justify-content: space-evenly; }
  .stations-list .station-section {
    height: calc(100% - 30px);
    margin: 15px 7px; }
  .stations-list:before, .stations-list:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .stations-list {
      margin: 15px 11px 15px 15px; } }
  @media screen and (orientation: portrait) and (min-width: 600px) {
    .stations-list {
      grid-template-columns: repeat(auto-fill, calc(var(--space-width)/2)); } }
.station-session-buttons {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .station-session-buttons .btn, .station-session-buttons .exptype {
    padding: 2px 7px !important; }

.sessionStartOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-content: flex-start; }

.sessionStartOptionsOffline {
  margin-bottom: 2px; }

.progress-bar {
  background-color: #3ADFFF; }

.progress-bar-danger {
  background-color: #F89520 !important; }

.showSessionOptions {
  padding: 15px; }

.showSessionOptions {
  display: flex;
  flex-direction: column;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 44% 0;
  border-radius: 0 0 32px 32px;
  margin: -15px;
  min-height: 157px; }
  .showSessionOptions .progress {
    position: absolute;
    margin: -15px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    box-shadow: none; }
    .showSessionOptions .progress .progress-bar {
      border-radius: 0;
      background-color: rgba(58, 233, 255, 0.4); }

.station-session-details {
  flex-grow: 1;
  position: relative;
  background: none !important;
  margin-bottom: 10px; }
  .station-session-details .exptype.label {
    background: none;
    padding: 0; }
    .station-session-details .exptype.label:after {
      display: none; }
  .station-session-details .active-session-exptype
.exptype {
    color: white !important; }
    .station-session-details .active-session-exptype
.exptype:before {
      display: none; }

.exptype.label-info {
  background: linear-gradient(30deg, #ddecf5, #e5e6f6); }

.exptype.label-info:before {
  font: normal normal normal 16px/1 FontAwesome !important;
  width: 12px !important;
  content: "\f144" !important;
  margin: 3px 3px 3px -6px !important; }

.inuse0[data-stationid].walkin-selected .exptype.label-info {
  background-color: #3ADFFF !important;
  box-shadow: 2px 2px 0 #9696f0; }
  .inuse0[data-stationid].walkin-selected .exptype.label-info:before {
    font: normal normal normal 20px/1 FontAwesome !important;
    width: 12px !important;
    content: "x" !important;
    margin: 0px 3px 4px -6px !important; }

.devicesList:empty {
  display: none !important; }

.currgame {
  display: none; }

.station.inuse0.isonline .content-body > .showSessionOptions.runningGame ~ .currgame {
  display: block; }

@media all and (orientation: landscape) {
  body#body_store .inuse1:hover > section.box:not(.stick),
  body#body_store.enableMaximizedSessionControls .inuse1 > section.box:not(.stick) {
    position: inherit !important;
    width: auto !important;
    z-index: inherit !important; } }

.tab-container .nav-tabs {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: -1px; }

.tab-container section.box {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1); }

.tab-container .content-body {
  border-radius: 0 0 8px 8px; }

.tab-container .box .panel_header {
  padding-top: 10px; }

.tab-container .box .panel_header .title {
  padding: 5px 10px 0px 20px;
  background: none; }
  .tab-container .box .panel_header .title::after {
    display: none; }

.tab-container .box .panel_header .actions {
  background: none;
  position: relative;
  padding-right: 20px; }
  .tab-container .box .panel_header .actions::before {
    display: none; }

.sessions-container {
  margin: 15px 15px 0 15px; }
  .sessions-container .tab-content {
    padding: 0; }
    .sessions-container .tab-content .sessionsContainer {
      padding-left: 0;
      padding-right: 0;
      box-shadow: 0 6px 6px rgba(0, 0, 0, 0.06); }
      .sessions-container .tab-content .sessionsContainer div.rec {
        border-bottom: none !important; }
      .sessions-container .tab-content .sessionsContainer .box {
        margin: 0;
        border-radius: 0 0 8px 8px; }
  .sessions-container .truncate, .sessions-container .timeline-container .device-battery, .timeline-container .sessions-container .device-battery, .sessions-container .bootstrap-select .filter-option .filter-option-inner-inner, .bootstrap-select .filter-option .sessions-container .filter-option-inner-inner, .sessions-container .promote-games .scroller .promoted-game > div h1, .promote-games .scroller .promoted-game > div .sessions-container h1, .sessions-container .dropdown button, .dropdown .sessions-container button, .sessions-container .dropdown button span.translated, .dropdown button .sessions-container span.translated {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical; }
  .sessions-container .nav li a {
    background: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important; }
  .sessions-container .nav li.active {
    margin-bottom: 0 !important; }
    .sessions-container .nav li.active a {
      background: white !important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }

.modal-dialog.darkmode .modal-content, .modal-dialog.tt-menu .modal-content, .modal-dialog.dd-options .modal-content, .modal-dialog.popover .modal-content, .modal-dialog.dropdown-menu .modal-content, .modal-dialog.alert .modal-content, .modal-dialog.showSessionOptions .modal-content, .modal-dialog.station-session-details .modal-content {
  background-color: rgba(33, 42, 70, 0.9) !important; }

.modal-dialog .modal-content {
  border-radius: 20px;
  background: linear-gradient(150deg, #f3e6ff, #d6f1f6); }
  .modal-dialog .modal-content .modal-header {
    padding: 25px 30px 0px 30px;
    border-bottom: 0; }
    .modal-dialog .modal-content .modal-header .close {
      font-size: 40px !important; }
  .modal-dialog .modal-content .modal-body .input-group {
    margin-bottom: 8px;
    margin-top: 8px; }
    *:not(.valid):not(.invalid) ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-addon, .ignore.valid ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-addon, .ignore.invalid ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-addon {
      color: #303A5B; }
    *:not(.valid):not(.invalid) ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid), .ignore.valid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid), .ignore.invalid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid) {
      color: #745ca1; }
      *:not(.valid):not(.invalid) ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):focus, *:not(.valid):not(.invalid) ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):hover, .ignore.valid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):focus, .ignore.valid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):hover, .ignore.invalid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):focus, .ignore.invalid ~ .modal-dialog .modal-content .modal-body .input-group.accent input:not(.valid):not(.invalid):hover {
        border-bottom-color: #9696f0 !important; }
    *:not(.valid):not(.invalid) ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-btn button, .ignore.valid ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-btn button, .ignore.invalid ~ .modal-dialog .modal-content .modal-body .input-group.accent .input-group-btn button {
      border-color: #9696f0;
      color: #745ca1; }
    .modal-dialog .modal-content .modal-body .input-group .invalid:not(.ignore),
    .modal-dialog .modal-content .modal-body .input-group .invalid:not(.ignore) ~ .form-control {
      border-bottom: 2px solid #f09696 !important; }
    .modal-dialog .modal-content .modal-body .input-group .valid:not(.ignore),
    .modal-dialog .modal-content .modal-body .input-group .valid:not(.ignore) ~ .form-control {
      border-bottom: 2px solid #9696f0 !important; }
  .modal-dialog .modal-content .modal-body hr {
    border-bottom-color: rgba(0, 0, 0, 0.16); }
  .modal-dialog .modal-content .modal-body .btn:not(.dropdown-toggle, .btn-icon), .modal-dialog .modal-content .modal-body .exptype:not(.dropdown-toggle, .btn-icon) {
    border-radius: 8px !important; }
  .modal-dialog .modal-content .modal-footer {
    z-index: 1052;
    text-shadow: none;
    background: none;
    border: none;
    border-radius: 20px;
    box-shadow: none; }
    .modal-dialog .modal-content .modal-footer .modal-title {
      position: absolute;
      left: 20px;
      text-shadow: none;
      display: inline-flex;
      align-items: center; }
      .modal-dialog .modal-content .modal-footer .modal-title span {
        padding: 2px 10px; }

.modal-backdrop {
  background-color: #303A5B; }
  .modal-backdrop.in {
    opacity: 0.8; }

.modal-fullscreen {
  position: fixed !important;
  margin: 0;
  height: 100%;
  background: none; }
  .modal-fullscreen .modal-content {
    height: 100% !important;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    background: none;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .modal-fullscreen .modal-content {
        padding-bottom: 180px; } }
    .modal-fullscreen .modal-content .modal-footer {
      position: fixed;
      min-height: 72px;
      z-index: 10;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      bottom: 0;
      left: 0;
      background: rgba(22, 28, 47, 0.93);
      border-radius: 0; }
      .modal-fullscreen .modal-content .modal-footer .close {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 58px;
        opacity: 1; }
        .modal-fullscreen .modal-content .modal-footer .close i {
          color: #3ADFFF;
          text-shadow: none; }
  .modal-fullscreen .text-box {
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; }
    .modal-fullscreen .text-box span, .modal-fullscreen .text-box p {
      text-align: left;
      border: none !important; }

.book-session .step1, .walkin .step1, .session-dialog .step1 {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 0; }

.book-session .step2, .walkin .step2, .session-dialog .step2 {
  padding: 15px 0; }

.book-session .step3, .walkin .step3, .session-dialog .step3 {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 0 73px 0; }

.book-session .step-title, .walkin .step-title, .session-dialog .step-title {
  color: #3ADFFF;
  margin: 15px 0; }

@media screen and (max-width: 767px) {
  .book-session .step-title, .walkin .step-title, .session-dialog .step-title {
    text-align: center; } }

.book-session .step1, .book-session .step2, .book-session .step3, .book-session .row > div, .walkin .step1, .walkin .step2, .walkin .step3, .walkin .row > div, .session-dialog .step1, .session-dialog .step2, .session-dialog .step3, .session-dialog .row > div {
  padding: 15px;
  border-radius: 0; }

.book-session .modal-body, .walkin .modal-body, .session-dialog .modal-body {
  padding: 0; }

.book-session .modal-footer, .walkin .modal-footer, .session-dialog .modal-footer {
  padding: 8px 15px; }
  @media screen and (max-width: 767px) {
    .book-session .modal-footer, .walkin .modal-footer, .session-dialog .modal-footer {
      display: flex;
      flex-direction: column; }
      .book-session .modal-footer .modal-title, .walkin .modal-footer .modal-title, .session-dialog .modal-footer .modal-title {
        position: relative !important;
        margin-bottom: 5px;
        left: 0 !important; }
        .book-session .modal-footer .modal-title .material-icons, .walkin .modal-footer .modal-title .material-icons, .session-dialog .modal-footer .modal-title .material-icons {
          display: none; }
      .book-session .modal-footer .close, .walkin .modal-footer .close, .session-dialog .modal-footer .close {
        top: 0 !important;
        bottom: initial !important;
        height: 48px !important; } }
.book-session .comment, .walkin .comment, .session-dialog .comment {
  padding: 14px; }
  .book-session .comment textarea, .walkin .comment textarea, .session-dialog .comment textarea {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 85px; }

.book-session .custInfo > span, .walkin .custInfo > span, .session-dialog .custInfo > span {
  padding: 14px; }

.book-session .cpp, .book-session .final_cost, .walkin .cpp, .walkin .final_cost, .session-dialog .cpp, .session-dialog .final_cost {
  font-weight: 400px !important;
  color: #3ADFFF; }

.book-session .twitter-typeahead, .walkin .twitter-typeahead, .session-dialog .twitter-typeahead {
  z-index: 8 !important; }
  .book-session .twitter-typeahead > input, .walkin .twitter-typeahead > input, .session-dialog .twitter-typeahead > input {
    margin-top: 0.5em; }

.book-session .admin-edit, .walkin .admin-edit, .session-dialog .admin-edit {
  width: 100%;
  max-width: auto;
  height: 48px; }

.availableSessionsNew > div {
  padding: 5px !important; }

.availableSessionsNew .option {
  width: 100%;
  justify-content: center;
  /*padding: 7px 14px;*/
  padding: 5px 10px;
  line-height: 20px; }
  .availableSessionsNew .option i {
    width: auto;
    background-size: contain;
    background-position: left center;
    font-style: normal;
    text-align: left;
    padding-left: 30px;
    margin: 0 0 0 5px;
    line-height: 26px; }
  .availableSessionsNew .option .date {
    opacity: 0.5; }

.availableSessionsNew hr {
  margin: 5px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.12); }

#sessionInfoContainer {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap; }
  #sessionInfoContainer span, #sessionInfoContainer p {
    width: auto;
    text-align: left;
    border: none !important; }
  #sessionInfoContainer p {
    color: #3ADFFF;
    padding-right: 21px; }

.pcstation .panel {
  display: flex;
  flex-direction: column; }

.pcstation h4 button {
  padding: 0 !important; }

.pcstation h4 i {
  padding: 0px 12px; }

.session-dialog-info {
  width: 100%; }
  .session-dialog-info p {
    width: 100%;
    color: #3ADFFF;
    margin: 7px 0; }
  .session-dialog-info span {
    color: white; }

@media screen and (max-width: 767px) {
  .modal-fullscreen[data-type="viewsession"] .step1 .session-dialog-info p {
    white-space: nowrap; }
  .modal-fullscreen[data-type="viewsession"] .step1 p[data-customer="Guest"] {
    display: none !important; }
  .modal-fullscreen[data-type="viewsession"] .col-xs-12.col-md-6 {
    padding: 0 0 15px 0 !important; } }

.pcstation .dd-container {
  margin-bottom: 15px; }

.changePc .dd-container {
  margin-left: 0 !important;
  min-width: 100% !important; }

#specialSettings h4 {
  background: rgba(0, 80, 135, 0.08);
  border-radius: 12px;
  color: #303A5B;
  margin: 15px 0 5px 0; }

.darkmode input, .tt-menu input, .dd-options input, .popover input, .dropdown-menu input, .alert input, .showSessionOptions input, .station-session-details input {
  color: white; }

.input-group-addon {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0 !important;
  padding: 1px;
  padding-right: 10px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important; }
  .darkmode .input-group-addon, .tt-menu .input-group-addon, .dd-options .input-group-addon, .popover .input-group-addon, .dropdown-menu .input-group-addon, .alert .input-group-addon, .showSessionOptions .input-group-addon, .station-session-details .input-group-addon {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important; }
    .darkmode .input-group-addon label, .tt-menu .input-group-addon label, .dd-options .input-group-addon label, .popover .input-group-addon label, .dropdown-menu .input-group-addon label, .alert .input-group-addon label, .showSessionOptions .input-group-addon label, .station-session-details .input-group-addon label {
      color: rgba(255, 255, 255, 0.75); }

.dd-select {
  background: rgba(0, 80, 135, 0.08) !important;
  border-radius: 8px !important;
  border: none !important; }
  .darkmode .dd-select, .tt-menu .dd-select, .dd-options .dd-select, .popover .dd-select, .dropdown-menu .dd-select, .alert .dd-select, .showSessionOptions .dd-select, .station-session-details .dd-select {
    background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)) !important; }
  .dd-select img {
    border-radius: 8px;
    margin-right: 12px;
    margin-left: -20px;
    max-width: 100px;
    max-height: initial !important; }
  .dd-select label {
    margin-bottom: 0; }
  .dd-select .dd-selected {
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 5px 5px 5px 25px; }
  .dd-select .dd-selected-text {
    padding-right: 15px;
    color: #303A5B;
    font-size: 1em; }
    .darkmode .dd-select .dd-selected-text, .tt-menu .dd-select .dd-selected-text, .dd-options .dd-select .dd-selected-text, .popover .dd-select .dd-selected-text, .dropdown-menu .dd-select .dd-selected-text, .alert .dd-select .dd-selected-text, .showSessionOptions .dd-select .dd-selected-text, .station-session-details .dd-select .dd-selected-text {
      color: white; }
  .dd-select .dd-pointer-up {
    border-bottom: solid 5px #303A5B; }
    .darkmode .dd-select .dd-pointer-up, .tt-menu .dd-select .dd-pointer-up, .dd-options .dd-select .dd-pointer-up, .popover .dd-select .dd-pointer-up, .dropdown-menu .dd-select .dd-pointer-up, .alert .dd-select .dd-pointer-up, .showSessionOptions .dd-select .dd-pointer-up, .station-session-details .dd-select .dd-pointer-up {
      border-bottom: solid 5px white; }
  .dd-select .dd-pointer-down {
    border-top: solid 5px #303A5B; }
    .darkmode .dd-select .dd-pointer-down, .tt-menu .dd-select .dd-pointer-down, .dd-options .dd-select .dd-pointer-down, .popover .dd-select .dd-pointer-down, .dropdown-menu .dd-select .dd-pointer-down, .alert .dd-select .dd-pointer-down, .showSessionOptions .dd-select .dd-pointer-down, .station-session-details .dd-select .dd-pointer-down {
      border-top: solid 5px white; }

.form-control {
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
  color: #303A5B; }
  .form-control:focus {
    border-bottom: 2px solid #303A5B !important; }
  .darkmode .form-control, .tt-menu .form-control, .dd-options .form-control, .popover .form-control, .dropdown-menu .form-control, .alert .form-control, .showSessionOptions .form-control, .station-session-details .form-control {
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important; }
    .darkmode .form-control:focus, .tt-menu .form-control:focus, .dd-options .form-control:focus, .popover .form-control:focus, .dropdown-menu .form-control:focus, .alert .form-control:focus, .showSessionOptions .form-control:focus, .station-session-details .form-control:focus {
      border-bottom: 2px solid #3ADFFF !important; }

.darkmode .input-group .input-group-addon span, .tt-menu .input-group .input-group-addon span, .dd-options .input-group .input-group-addon span, .popover .input-group .input-group-addon span, .dropdown-menu .input-group .input-group-addon span, .alert .input-group .input-group-addon span, .showSessionOptions .input-group .input-group-addon span, .station-session-details .input-group .input-group-addon span, .darkmode .input-group .input-group-addon i, .tt-menu .input-group .input-group-addon i, .dd-options .input-group .input-group-addon i, .popover .input-group .input-group-addon i, .dropdown-menu .input-group .input-group-addon i, .alert .input-group .input-group-addon i, .showSessionOptions .input-group .input-group-addon i, .station-session-details .input-group .input-group-addon i {
  color: white;
  margin-right: 10px; }

.darkmode .input-group input.form-control, .tt-menu .input-group input.form-control, .dd-options .input-group input.form-control, .popover .input-group input.form-control, .dropdown-menu .input-group input.form-control, .alert .input-group input.form-control, .showSessionOptions .input-group input.form-control, .station-session-details .input-group input.form-control {
  color: #3ADFFF; }

.darkmode form input, .tt-menu form input, .dd-options form input, .popover form input, .dropdown-menu form input, .alert form input, .showSessionOptions form input, .station-session-details form input {
  margin: 0;
  border-bottom: 2px solid #3ADFFF !important; }
  .darkmode form input:focus, .tt-menu form input:focus, .dd-options form input:focus, .popover form input:focus, .dropdown-menu form input:focus, .alert form input:focus, .showSessionOptions form input:focus, .station-session-details form input:focus {
    color: #3ADFFF; }

.darkmode form .input-box, .tt-menu form .input-box, .dd-options form .input-box, .popover form .input-box, .dropdown-menu form .input-box, .alert form .input-box, .showSessionOptions form .input-box, .station-session-details form .input-box {
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .darkmode form .input-box:hover, .tt-menu form .input-box:hover, .dd-options form .input-box:hover, .popover form .input-box:hover, .dropdown-menu form .input-box:hover, .alert form .input-box:hover, .showSessionOptions form .input-box:hover, .station-session-details form .input-box:hover, .darkmode form .input-box:focus-within, .tt-menu form .input-box:focus-within, .dd-options form .input-box:focus-within, .popover form .input-box:focus-within, .dropdown-menu form .input-box:focus-within, .alert form .input-box:focus-within, .showSessionOptions form .input-box:focus-within, .station-session-details form .input-box:focus-within {
    background: rgba(75, 215, 255, 0.24) !important; }

.darkmode .form-group label, .tt-menu .form-group label, .dd-options .form-group label, .popover .form-group label, .dropdown-menu .form-group label, .alert .form-group label, .showSessionOptions .form-group label, .station-session-details .form-group label {
  color: white; }

.input-icon {
  display: inline-flex;
  padding-right: 14px; }
  .input-icon .material-icons {
    padding: 12px; }
  .input-icon > input {
    margin-top: 0.5em;
    width: 100% !important;
    height: inherit;
    margin: 5px 0 !important; }
  .input-icon .twitter-typeahead {
    margin: 10px 0 2px 0; }
    .input-icon .twitter-typeahead input {
      margin: 0; }

.dual-input {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .dual-input > div:first-child {
    background: rgba(0, 80, 135, 0.08);
    width: calc(100% - 50px);
    margin-right: 2px;
    border-radius: 8px 0 0 8px; }
    .darkmode .dual-input > div:first-child, .tt-menu .dual-input > div:first-child, .dd-options .dual-input > div:first-child, .popover .dual-input > div:first-child, .dropdown-menu .dual-input > div:first-child, .alert .dual-input > div:first-child, .showSessionOptions .dual-input > div:first-child, .station-session-details .dual-input > div:first-child {
      background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)); }
  .dual-input > button, .dual-input > .btn, .dual-input > .exptype {
    padding: 12px !important;
    border-radius: 0 8px 8px 0 !important;
    background: rgba(0, 80, 135, 0.08); }
    .darkmode .dual-input > button, .tt-menu .dual-input > button, .dd-options .dual-input > button, .popover .dual-input > button, .dropdown-menu .dual-input > button, .alert .dual-input > button, .showSessionOptions .dual-input > button, .station-session-details .dual-input > button, .darkmode .dual-input > .btn, .tt-menu .dual-input > .btn, .dd-options .dual-input > .btn, .popover .dual-input > .btn, .dropdown-menu .dual-input > .btn, .alert .dual-input > .btn, .showSessionOptions .dual-input > .btn, .station-session-details .dual-input > .btn, .darkmode .dual-input > .exptype, .tt-menu .dual-input > .exptype, .dd-options .dual-input > .exptype, .popover .dual-input > .exptype, .dropdown-menu .dual-input > .exptype, .alert .dual-input > .exptype, .showSessionOptions .dual-input > .exptype, .station-session-details .dual-input > .exptype {
      background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)); }

.form-group label, .control-label {
  margin-left: 0 !important;
  margin-right: 0 !important; }

input::placeholder,
textarea::placeholder {
  color: rgba(48, 58, 91, 0.5) !important; }
  .darkmode input::placeholder, .tt-menu input::placeholder, .dd-options input::placeholder, .popover input::placeholder, .dropdown-menu input::placeholder, .alert input::placeholder, .showSessionOptions input::placeholder, .station-session-details input::placeholder, .darkmode textarea::placeholder, .tt-menu textarea::placeholder, .dd-options textarea::placeholder, .popover textarea::placeholder, .dropdown-menu textarea::placeholder, .alert textarea::placeholder, .showSessionOptions textarea::placeholder, .station-session-details textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }

input:placeholder-shown {
  text-overflow: ellipsis; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: inherit; }

.nav-tabs {
  border-bottom: 1px solid rgba(0, 80, 135, 0.08) !important; }
  .nav-tabs li {
    vertical-align: bottom;
    margin-bottom: 0; }
    .nav-tabs li:hover a {
      background-color: rgba(0, 80, 135, 0.04) !important; }
    .nav-tabs li a {
      box-sizing: border-box;
      background: none !important;
      border: 1px solid rgba(0, 80, 135, 0.08) !important; }
      .nav-tabs li a i, .nav-tabs li a span {
        color: #303A5B !important; }
      .nav-tabs li a > .material-icons {
        display: block !important; }
    .nav-tabs li.active a {
      background: rgba(0, 80, 135, 0.08);
      background: linear-gradient(0deg, rgba(0, 80, 135, 0.08) 15%, rgba(120, 120, 185, 0.25) 100%) !important;
      border: none !important;
      color: #7878b9 !important; }
      .nav-tabs li.active a span, .nav-tabs li.active a i {
        color: #7878b9 !important; }

.tab-content {
  border: none !important;
  background: rgba(0, 80, 135, 0.08);
  border-radius: 0 0 8px 8px; }

.nav-tabs.nav-justified li a, .nav-tabs li a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 1px !important; }

.nav-tabs.nav-justified > li > a, .nav-tabs > li {
  margin-bottom: 0px !important; }

.ui-datepicker .ui-datepicker-header a:hover, .popover .ui-datepicker .ui-datepicker-header a:hover, .dropdown-menu .ui-datepicker .ui-datepicker-header a:hover, .alert .ui-datepicker .ui-datepicker-header a:hover, .showSessionOptions .ui-datepicker .ui-datepicker-header a:hover, .station-session-details .ui-datepicker .ui-datepicker-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none !important; }

.ui-widget.ui-widget-content {
  border: none; }

.ui-datepicker {
  background: #303A5B;
  border: none; }
  .book-session .ui-datepicker {
    background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)); }
  .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
    .ui-datepicker .ui-datepicker-header a:hover {
      background-color: #3ADFFF; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      font-weight: 400px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
      margin: 0 3px;
      height: 29px; }

.ui-datepicker-inline {
  margin: 0 auto;
  padding: 7px; }

.ui-datepicker-calendar thead {
  color: #3ADFFF; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  font-weight: normal; }

.ui-state-highlight {
  color: #3ADFFF !important; }

.ui-state-active {
  background: #3ADFFF !important;
  color: #303A5B !important; }

.promote-games {
  position: relative;
  width: 100%;
  box-shadow: none !important; }
  .promote-games .title {
    padding-left: 5px; }
    .promote-games .title span {
      padding: 0px 20px 0 10px; }
  .promote-games .arrow {
    display: flex;
    position: absolute;
    top: 45px;
    bottom: 15px;
    width: 60px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    z-index: 5; }
    .promote-games .arrow:hover .material-icons {
      color: #9696f0; }
    .promote-games .arrow.back-arrow {
      left: 0;
      background: linear-gradient(270deg, rgba(255, 255, 255, 0.75) 0%, white 75%, white 100%); }
    .promote-games .arrow.next-arrow {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, white 75%, white 100%); }
  .promote-games .content-body {
    width: 100%;
    overflow-x: scroll !important;
    padding: 0 0 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 2px 2px rgba(0, 0, 0, 0.1); }
  .promote-games .scroller {
    display: inline-flex;
    padding: 15px;
    gap: 15px; }
    .promote-games .scroller.dual {
      height: 395px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
    .promote-games .scroller:after {
      content: ' ';
      display: block;
      float: right;
      width: 60px;
      height: 100%; }
    .promote-games .scroller:before {
      content: ' ';
      display: block;
      float: left;
      width: 30px;
      height: 100%; }
    .promote-games .scroller .promoted-game {
      position: relative;
      height: 175px;
      width: 360px;
      background-image: url("https://cdn.synthesisvr.com/gameassets/svr_/header.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px; }
      .promote-games .scroller .promoted-game > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        height: 100%;
        padding: 15px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: inherit; }
        @media screen and (min-width: 767px) {
          .promote-games .scroller .promoted-game > div {
            -webkit-transition: opacity 0.25s ease-in-out;
            -moz-transition: opacity 0.25s ease-in-out;
            -ms-transition: opacity 0.25s ease-in-out;
            -o-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
            background: rgba(0, 0, 0, 0.75);
            opacity: 0; }
            .promote-games .scroller .promoted-game > div:hover {
              opacity: 1; } }
        .promote-games .scroller .promoted-game > div h1 {
          margin-bottom: 0px; }
        .promote-games .scroller .promoted-game > div p {
          flex-grow: 1;
          font-size: 14px;
          line-height: 20px;
          -webkit-line-clamp: 3; }
        .promote-games .scroller .promoted-game > div .promoted-buttons {
          width: 100%;
          align-self: flex-end;
          display: inline-flex;
          flex-wrap: wrap;
          gap: 15px; }

.updateSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0 !important;
  padding-bottom: 35px !important; }
  .updateSection > div {
    display: inline-flex;
    gap: 10px; }
    .updateSection > div button {
      margin: 0; }

.wrap-mobile {
  display: inline-flex;
  flex-wrap: nowrap !important; }
  @media screen and (max-width: 767px) {
    .wrap-mobile {
      display: flex;
      flex-wrap: wrap !important; } }
.wrap-desktop {
  display: flex;
  flex-wrap: wrap !important; }
  @media screen and (max-width: 767px) {
    .wrap-desktop {
      display: inline-flex;
      flex-wrap: nowrap !important; } }
.bootstrap-select .filter-option {
  margin: 3px 12px;
  display: flex;
  align-items: center;
  position: static !important;
  height: auto !important;
  width: auto  !important; }

.bootstrap-select button {
  box-shadow: none !important;
  padding: 0;
  background: rgba(0, 80, 135, 0.08) !important; }
  .darkmode .bootstrap-select button, .tt-menu .bootstrap-select button, .dd-options .bootstrap-select button, .popover .bootstrap-select button, .dropdown-menu .bootstrap-select button, .alert .bootstrap-select button, .showSessionOptions .bootstrap-select button, .station-session-details .bootstrap-select button {
    background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)) !important; }

.darkmode .bootstrap-select.dark button, .tt-menu .bootstrap-select.dark button, .dd-options .bootstrap-select.dark button, .popover .bootstrap-select.dark button, .dropdown-menu .bootstrap-select.dark button, .alert .bootstrap-select.dark button, .showSessionOptions .bootstrap-select.dark button, .station-session-details .bootstrap-select.dark button {
  background: rgba(0, 0, 0, 0.08) !important; }

.bootstrap-select a {
  width: 100%; }

.select-icon {
  position: relative;
  display: flex;
  align-items: center; }
  .select-icon .material-icons, .select-icon i {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 0px;
    padding: 12px; }
  .select-icon .filter-option {
    padding-left: 35px; }

.bootstrap-select.in-well {
  height: 40px !important; }
  .bootstrap-select.in-well button {
    height: 40px !important; }
    .bootstrap-select.in-well button .filter-option-inner-inner {
      line-height: 32px !important;
      color: #3ADFFF; }

.bootstrap-select.btn-blank button {
  background: none !important; }

.modal-content .select-icon .bootstrap-select {
  height: 48px; }
  .modal-content .select-icon .bootstrap-select button {
    height: inherit !important; }

.well .select-icon .bootstrap-select {
  height: 48px; }
  .well .select-icon .bootstrap-select button {
    height: 48px;
    height: inherit; }

.btn-select {
  padding: 0 !important;
  font-size: 15px;
  line-height: 25px; }
  .btn-select span:nth-child(2) {
    font-size: 15px;
    line-height: 25px; }
  .btn-select .material-icons {
    padding: 12px 4px 12px 12px; }

.dd-selected {
  font-weight: normal !important; }

.darkmode .bootstrap-select > .dropdown-toggle.bs-placeholder, .tt-menu .bootstrap-select > .dropdown-toggle.bs-placeholder, .dd-options .bootstrap-select > .dropdown-toggle.bs-placeholder, .popover .bootstrap-select > .dropdown-toggle.bs-placeholder, .dropdown-menu .bootstrap-select > .dropdown-toggle.bs-placeholder, .alert .bootstrap-select > .dropdown-toggle.bs-placeholder, .showSessionOptions .bootstrap-select > .dropdown-toggle.bs-placeholder, .station-session-details .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.5) !important; }

.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #303A5B !important; }
  .darkmode .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .tt-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .dd-options .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .popover .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .dropdown-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .alert .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .showSessionOptions .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .station-session-details .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .darkmode .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .tt-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .dd-options .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .popover .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .dropdown-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .alert .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .showSessionOptions .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .station-session-details .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .darkmode .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .tt-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .dd-options .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .popover .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .dropdown-menu .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .alert .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .showSessionOptions .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .station-session-details .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #3ADFFF !important; }

.multiselect-native-select .btn-group {
  width: 100%; }
  .multiselect-native-select .btn-group button {
    width: 100%; }

.multiselect-container li a {
  background: none !important; }
  .multiselect-container li a:hover {
    background-color: rgba(255, 255, 255, 0.08) !important; }
  .multiselect-container li a label {
    color: white; }
    .multiselect-container li a label input {
      margin-top: 0;
      margin-left: -30px !important; }

.multiselect-container li.active a {
  background-color: rgba(58, 223, 255, 0.1) !important; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 8px; }

table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0 5px; }
  table thead tr th {
    font-weight: 400 !important; }
  @media screen and (min-width: 1200px) {
    table {
      table-layout: fixed; } }
  table .label {
    max-width: 100%;
    word-wrap: normal;
    white-space: normal;
    height: auto; }
  table .btn, table .exptype {
    margin: 3px; }

.table-striped > tbody > tr {
  background-color: rgba(220, 227, 242, 0.33) !important; }
  .table-striped > tbody > tr td:first-child {
    border-radius: 16px 0 0 16px; }
  .table-striped > tbody > tr td:last-child {
    border-radius: 0 16px 16px 0; }
  .table-striped > tbody > tr td {
    vertical-align: middle; }
    .table-striped > tbody > tr td:last-child {
      text-align: right; }

.table-striped > tbody > tr.subv4 {
  background-color: rgba(220, 227, 242, 0.55) !important; }

.table-bordered {
  border: none; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border: none; }

.table > tbody > tr:hover {
  background-color: rgba(58, 223, 255, 0.1) !important; }

.customers-table tbody tr td {
  padding: 10px; }

.session {
  position: relative;
  margin: 7px 0;
  width: 100%;
  border-radius: 22px;
  min-height: 44px;
  background: none;
  padding: 0 7px; }
  .session .progress {
    position: absolute !important;
    margin: 0;
    height: 100%;
    width: 100%;
    background: rgba(58, 223, 255, 0.2);
    overflow: hidden;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .session .progress .progress-bar {
      border-radius: 0;
      background: rgba(58, 223, 255, 0.2); }
  .session .session-content {
    position: relative;
    width: 100%;
    align-items: center;
    margin: 0; }
    .session .session-content > .btn, .session .session-content > .exptype {
      margin: 7px 0;
      height: 34px; }
    .session .session-content .btn, .session .session-content .exptype {
      text-align: left;
      padding: 4px;
      flex-wrap: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .session .session-content .btn.session-btn, .session .session-content .session-btn.exptype {
        border-radius: 18px;
        padding: 5px 12px 5px 5px; }
    .session .session-content .comments-field {
      height: auto;
      padding: 0 5px;
      display: flex;
      flex-direction: column;
      gap: 7px; }
  .session .session-btn {
    display: none; }
  .session.session-active .session-btn.session-active {
    display: inline-flex;
    background: #3ADFFF; }
  .session.session-upcoming .progress {
    background: rgba(150, 150, 240, 0.2); }
    .session.session-upcoming .progress .progress-bar {
      background: rgba(150, 150, 240, 0.2); }
  .session.session-upcoming .badge {
    background: #b9b9f5; }
  .session.session-upcoming .session-btn {
    background: #b9b9f5; }
  .session.session-upcoming .session-btn.session-upcoming {
    display: inline-flex; }
  .session.session-completed .progress {
    background: rgba(58, 255, 189, 0.2); }
    .session.session-completed .progress .progress-bar {
      background: rgba(58, 255, 189, 0.2); }
  .session.session-completed .badge {
    background: #3affbd; }
  .session.session-completed .session-btn {
    background: #3affbd; }
  .session.session-completed .session-btn.session-completed {
    display: inline-flex; }
  .session.session-expired .progress {
    background: rgba(255, 193, 7, 0.2); }
    .session.session-expired .progress .progress-bar {
      background: rgba(255, 193, 7, 0.2); }
  .session.session-expired .badge {
    background: #3affbd; }
  .session.session-expired .session-btn {
    background: #3affbd; }
  .session.session-expired .session-btn.session-expired {
    display: inline-flex; }
  .session.deleted .progress {
    background: rgba(0, 0, 0, 0.05); }
    .session.deleted .progress .progress-bar {
      background: rgba(0, 0, 0, 0.1); }
  .session.deleted .badge {
    background: rgba(0, 0, 0, 0.1); }
  .session.deleted .session-btn {
    background: rgba(0, 0, 0, 0.1); }
  .session.deleted .session-btn.session-deleted {
    display: inline-flex !important; }
  .session.deleted .session-btn.session-upcoming,
  .session.deleted .session-btn.session-completed,
  .session.deleted .session-btn.session-expired,
  .session.deleted .session-btn.session-active {
    display: none; }

.popover {
  z-index: 999 !important;
  border-radius: 16px;
  border: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.38); }
  .popover.right > .arrow:after {
    border-right-color: #303A5B !important; }
  .popover.left > .arrow:after {
    border-left-color: #303A5B !important; }
  .popover.top > .arrow:after {
    border-top-color: #303A5B !important; }
  .popover.bottom > .arrow:after {
    border-bottom-color: #303A5B !important; }
  .popover .popover-title {
    background: none;
    color: #3ADFFF;
    padding: 5px 14px; }
  .popover .popover-content {
    color: white;
    padding: 6px 14px; }

.widget {
  background: rgba(0, 80, 135, 0.08);
  padding: 15px 30px;
  border: none;
  border-radius: 15px; }

.modal-dialog.goods {
  width: 90vw; }
  .modal-dialog.goods .modal-content {
    display: flex;
    padding: 60px 15px 15px 15px; }
    .modal-dialog.goods .modal-content .modal-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    .modal-dialog.goods .modal-content .modal-body {
      height: 60vh;
      overflow-y: auto;
      width: calc(100% - 330px);
      padding: 15px; }
    .modal-dialog.goods .modal-content .modal-footer {
      width: 330px;
      padding: 15px; }
    @media screen and (max-width: 767px) {
      .modal-dialog.goods .modal-content {
        flex-direction: column; }
        .modal-dialog.goods .modal-content > div {
          width: 100% !important; } }
.label, .badge {
  border-radius: 8px;
  font-weight: 500;
  color: #303A5B;
  background-color: rgba(0, 0, 0, 0.1); }
  .label.label-default, .label.badge-default, .badge.label-default, .badge.badge-default {
    background-color: #DCE3F2;
    color: #303A5B; }
  .label.label-primary, .label.badge-primary, .badge.label-primary, .badge.badge-primary {
    background-color: #3ADFFF;
    color: #303A5B; }
  .label.label-info, .label.badge-info, .badge.label-info, .badge.badge-info {
    background-color: #3ADFFF;
    color: #303A5B; }
  .label.label-success, .label.badge-success, .badge.label-success, .badge.badge-success {
    background-color: #3AFFBD;
    color: #303A5B; }
  .label.label-warning, .label.badge-warning, .badge.label-warning, .badge.badge-warning {
    background-color: #FF6500;
    color: #303A5B; }
  .label.label-danger, .label.badge-danger, .badge.label-danger, .badge.badge-danger {
    background-color: #e14164;
    color: white !important; }

.searchByLabel .selected {
  color: #3ADFFF !important;
  background: linear-gradient(30deg, rgba(133, 161, 255, 0.19), rgba(174, 237, 255, 0.35)) !important; }
  .searchByLabel .selected:before {
    content: "X" !important; }

.goodsRec {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 7px 0;
  width: 100%;
  min-height: 44px;
  background: #DCE3F2;
  padding: 0 7px; }
  .goodsRec > * {
    margin: 0; }

#arcade-location-dropdown .material-icons {
  margin-left: 14px; }

#arcade-location-dropdown button {
  background: none !important; }
  #arcade-location-dropdown button .filter-option {
    padding: 2px 0 0 45px; }
  #arcade-location-dropdown button .bs-caret {
    display: none; }

.tt-menu, .dd-options {
  flex-direction: column;
  z-index: 9 !important;
  max-height: 290px;
  overflow: auto;
  border-radius: 16px;
  background-color: #303A5B !important;
  background: linear-gradient(180deg, rgba(58, 223, 255, 0.16) 0%, rgba(143, 137, 227, 0) 51.81%, rgba(228, 50, 199, 0.12) 100%), #303A5B !important;
  padding: 5px 0;
  border-color: transparent;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.38); }
  .tt-menu .tt-dataset .tt-suggestion, .dd-options .tt-dataset .tt-suggestion {
    padding: 12px; }
    .tt-menu .tt-dataset .tt-suggestion:hover, .dd-options .tt-dataset .tt-suggestion:hover {
      background: rgba(255, 255, 255, 0.1); }
  .tt-menu .searchResult, .dd-options .searchResult {
    display: flex;
    flex-direction: column;
    width: 100%; }

.dual-input .tt-menu {
  left: -48px !important;
  top: 105%; }

.dd-options {
  min-width: 300px;
  border: none !important;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.38) !important; }
  .dd-options .dd-option {
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 5px 5px 5px 25px;
    border: none; }
    .dd-options .dd-option:hover {
      background: rgba(255, 255, 255, 0.1); }
    .dd-options .dd-option.dd-option-selected {
      background: rgba(58, 223, 255, 0.1);
      color: #3ADFFF; }
    .dd-options .dd-option img {
      border-radius: 8px;
      margin: 0 12px 0 -20px;
      max-width: 100px; }
    .dd-options .dd-option label {
      margin-bottom: 0;
      color: white;
      font-size: 1em; }

.zoneView .content-body {
  overflow: visible; }

.zoneView.simple .tab-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%; }

.zoneView .tab-content > .active {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%; }

.settings-btn {
  display: none; }

.btn-sort.btn-primary, #v4 .btn-sort.btn-primary, #v4 .availableSessionsNew .btn-sort.option.selected, .availableSessionsNew #v4 .btn-sort.option.selected, .availableSessionsNew .btn-sort.option.selected {
  font-weight: normal;
  background: rgba(0, 80, 135, 0.08) !important;
  box-shadow: none; }

#exptypeview .thumbnail {
  background-color: rgba(0, 80, 135, 0.08); }
  #exptypeview .thumbnail:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.33); }

.admin-container {
  width: 100%;
  padding: 15px 0;
  margin: 7px 0;
  background: rgba(0, 0, 0, 0.04); }
  @media screen and (min-width: 767px) {
    .admin-container {
      display: flex; } }
  .admin-container .admin-category {
    display: flex;
    height: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .admin-container .admin-ops {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px; }

.progress.setup-guide {
  height: 40px;
  background: none; }
  @media screen and (max-width: 767px) {
    .progress.setup-guide {
      height: 80px; } }
  .progress.setup-guide .progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: #f6f6f6; }
    .progress.setup-guide .progress-bar.completed {
      background-color: #3ADFFF; }
      .progress.setup-guide .progress-bar.completed a:after {
        content: '\2713';
        display: inline-block;
        color: #303A5B;
        padding: 0 0 0 6px; }
    .progress.setup-guide .progress-bar:first-child {
      border-radius: 8px 0 0 8px; }
    .progress.setup-guide .progress-bar:last-child {
      border-radius: 0 8px 8px 0; }

.timeline-container {
  margin-top: 15px; }
  .timeline-container ul.nav {
    display: inline-flex;
    overflow-x: auto;
    /*flex-wrap: wrap;*/
    margin-bottom: 13px;
    border-bottom: none !important; }
    .timeline-container ul.nav li {
      min-width: 100px;
      width: auto;
      margin: 2px; }
      .timeline-container ul.nav li a {
        border-radius: 8px;
        background: rgba(0, 0, 0, 0); }
        .timeline-container ul.nav li a div, .timeline-container ul.nav li a div > span {
          color: #303A5B;
          font-weight: 400; }
        .timeline-container ul.nav li a span {
          opacity: 1;
          padding-top: 5px; }
          .timeline-container ul.nav li a span:nth-child(2) {
            padding-top: -5px; }
      .timeline-container ul.nav li:hover a {
        border-radius: 8px;
        background: rgba(0, 80, 135, 0.08) !important; }
      .timeline-container ul.nav li.active a {
        background: linear-gradient(30deg, #3adfff 33%, #90a5e9) !important;
        box-shadow: -1px 1px 1px 1px #90a5e9; }
  .timeline-container .tab-content {
    border-radius: 15px; }
    .timeline-container .tab-content .timelineControls button, .timeline-container .tab-content .timelineControls a {
      text-decoration: none; }
    .timeline-container .tab-content .timelineControls .svrtimeline span.now {
      border-radius: 4px !important;
      padding: 0 8px !important;
      background: none !important; }
      .timeline-container .tab-content .timelineControls .svrtimeline span.now span, .timeline-container .tab-content .timelineControls .svrtimeline span.now small {
        color: #FF6500 !important; }
  .timeline-container #timelineCursor {
    background: #FF6500 !important;
    width: 2px !important; }

.hmd_battery {
  height: 3px;
  background: linear-gradient(90deg, red 9px, green 9px);
  width: 100%;
  color: black;
  text-align: right;
  margin-top: 1px;
  font-weight: bold;
  font-size: 10px;
  background-size: var(--width);
  background-repeat: no-repeat;
  padding: 0px;
  background-position-y: 0px;
  border-radius: 0px;
  line-height: 16px;
  border-bottom: 1px solid gray;
  max-width: inherit; }

.timeline-container .device-battery {
  max-width: 58px;
  display: inline-flex;
  flex-direction: column;
  font-size: 1em; }

#tab_stations_timeline .currgame {
  height: 100%; }
  #tab_stations_timeline .currgame button {
    height: inherit; }
    #tab_stations_timeline .currgame button img {
      border-radius: 8px; }

#v4 [data-stationid].running span:first-of-type:hover button.pcmenu {
  margin-top: 0 !important;
  position: relative  !important;
  width: 30px  !important;
  padding-left: 6px  !important; }

.thumbnail {
  padding: 0;
  border: none;
  border-radius: inherit; }

#tab_my_licenses table img {
  border-radius: 8px; }

#tab_my_licenses table tbody tr td:nth-child(3) {
  text-align: left !important; }

#tab_my_licenses table tbody tr td:last-child(-1) {
  text-align: right !important; }

.license-game-modal-game .list-group li {
  gap: 25px;
  flex-wrap: wrap; }
  .license-game-modal-game .list-group li span {
    min-width: 30% !important; }

.wid-stats {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); }
  .wid-stats h3 {
    color: #7878b9;
    font-weight: 300; }
  .wid-stats:before {
    border-radius: 16px 0 0 16px; }
  .wid-stats:after {
    border-radius: 0 16px 16px 0; }

#pageLoadingAnimation {
  background: #303A5B !important; }
  #pageLoadingAnimation .svrloading .dot1 {
    background-color: #7878b9 !important; }
  #pageLoadingAnimation .svrloading .dot2 {
    background-color: #7878b9 !important; }
  #pageLoadingAnimation div {
    font-size: 1.4em !important; }

.chart {
  position: relative;
  padding: 15px; }
  .chart canvas {
    background: white;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12); }

.timeFilterContainer {
  position: absolute;
  top: 25px;
  left: 25px;
  display: inline-flex;
  gap: 5px;
  padding: 15px; }

@media screen and (max-width: 767px) {
  .chart.timeFilter canvas {
    padding-top: 50px; } }

section.timeFilter .timeFilterContainer {
  left: 34px;
  top: 50px; }
  @media screen and (max-width: 767px) {
    section.timeFilter .timeFilterContainer {
      position: relative !important;
      top: 0; } }
section.timeFilter .content-body {
  padding-top: 50px !important; }

.no-truncate, .no-truncate span.translated {
  white-space: normal !important;
  overflow: visible !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

[data-zone-id][data-subs]:not(.valid),
[data-zone-id][data-any-subs]:not(.valid),
[data-zone-id][data-mod]:not(.valid),
body [data-zone-id-combine]:not(.valid) {
  display: none !important; }

.originalRate {
  color: #ff000061;
  font-size: 0.8em;
  text-decoration: line-through; }

div.station.screen_off .material-icons[data-section^="store"]:last-of-type:before {
  content: "💤";
  font-size: 20px; }
